jmespath/jmespath.js

Comparing different types does JS style comparisons

Opened this issue · 0 comments

wryun commented

e.g.1 < "2" is true, when according to my reading of the spec it should be null. This is particularly strange since strict comparison is used for equality (e.g.. 1 == "1" is false).