jmespath / jmespath/jmespath.js
Comparing different types does JS style comparisons
Open
- Dominant language
- JavaScript
- Stars
- 847
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
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).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.