You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hope this helps. There is more in the comparison, but you explicitly called out that not all features are currently supported, so I removed failing comparisons connected to those.
The following queries provide results that do not match those of other implementations of JSONPath
(compare https://cburgmer.github.io/json-path-comparison/):
$[-1:]
Input:
Expected output:
Error:
$[:]
Input:
Expected output:
Error:
$[1:3]
Input:
Expected output:
Actual output:
$[0:1]
Input:
Expected output:
Actual output:
$[?(@.key)]
Input:
Expected output:
Error:
$.*
Input:
Expected output:
Actual output:
For reference, the output was generated by the program in https://github.com/cburgmer/json-path-comparison/tree/master/implementations/Rust_jsonpath.
The text was updated successfully, but these errors were encountered: