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
I can see perfect alignment with the Java implementation :)
Do feel free to decide whether to follow up on those results or not. This issue for now is just meant to create visibility!
@cburgmer Thank you very much for this incredible work, very helpful !
So well, yes, my choice was to follow this specific Java implementation because I didn't have enough time to take my own road, and it's still the case, so I don't want to divert, and so I will stay on this choice. If they fix those problems, I will integrate the fixes in my Objective-C version ;)
KittyMac
added a commit
to KittyMac/Sextant
that referenced
this issue
Dec 12, 2021
The following queries provide results that do not match those of other implementations of JSONPath
(compare https://cburgmer.github.io/json-path-comparison/):
$[1:3]
Input:
Expected output:
Error:
$[:]
Input:
Expected output:
Error:
$[::]
Input:
Expected output:
Error:
$[0:3:2]
Input:
Expected output:
Actual output:
$[',']
Input:
Expected output:
Error:
$[0]['c','d']
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/Objective-C_SMJJSONPath.
The text was updated successfully, but these errors were encountered: