adobe / json-formula

Query language for JSON documents
http://opensource.adobe.com/json-formula/
Apache License 2.0
19 stars 8 forks source link

Incorrect description in "min" and "max" #168

Closed Eswcvlad closed 4 months ago

Eswcvlad commented 4 months ago

min:

If a mix of numbers and strings are provided, the type of the first value will be used. If all values are null, zero is returned.

max:

If a mix of numbers and strings are provided, all values with be coerced to the type of the first value. If all values are null, the result is 0.

There is an error thrown now instead.