ietf-wg-jsonpath / draft-ietf-jsonpath-base

Development of a JSONPath internet draft
https://ietf-wg-jsonpath.github.io/draft-ietf-jsonpath-base/
Other
59 stars 20 forks source link

Improve specification of string ordered comparisons #249

Closed glyn closed 1 year ago

glyn commented 2 years ago

The current spec defines string comparison using one of the operators <, <=, >, or >= in terms of when one string is less than another. That's fine for <, but:

Once we've settled on issue 245, the above should be addressed.

~We should also adopt a similar approach for ordered comparisons (<, >) of arrays if issue 244 is adopted.~ (It wasn't.)

(I labelled this issue as editorial because I don't believe it will change the intended semantics in either case.)

glyn commented 2 years ago

I propose to let https://github.com/ietf-wg-jsonpath/draft-ietf-jsonpath-base/pull/251 land before addressing this issue.