adobe / json-formula

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

make min/max functions consistent with comparison operators and sorting #116

Closed JohnBrinkman closed 8 months ago

JohnBrinkman commented 8 months ago

Description

The min/max functions used locale-specific comparisons (String.localeCompare()) which was inconsistent with comparison operators and sorting

Related Issue

https://github.com/adobe/json-formula/issues/114

Tasks