remorhaz/php-json-path

Min/max aggregator functions fail on single-element array

Closed this issue · 0 comments

Way to reproduce: execute $.min() query on [1] JSON data.
Expected behaviour: returns 1 JSON data.
Actual behaviour: fails to execute query.