I started to use this library (and also looked at the code and liked it a lot), but discovered that it does not conform to RFC 9535, which is essential for me.
I’ve found the following differences so far:
| Name | jsonpath2 | RFC 9535 |
|---|
| Equality operator | = | == |
| String quotes | " | ' or " |
I believe the library should either be made compliant or the noncompliance should be documented.
I started to use this library (and also looked at the code and liked it a lot), but discovered that it does not conform to RFC 9535, which is essential for me.
I’ve found the following differences so far:
jsonpath2==="'or"I believe the library should either be made compliant or the noncompliance should be documented.