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 just updated jsoncons to 0.168.0 from 0.159.0 and I am facing a bug.
It seems applying a JSONPath to my JSON is not giving same outputs than before.
Here is an example JSON :
You're right, it looks like we're not computing the path component for the expression part (@.length-1)] in the union. It works correctly for values, but not paths.
We'll fix that, but in the meantime, note that an equivalent (and I think preferred) query is
Hello Daniel !
I just updated jsoncons to 0.168.0 from 0.159.0 and I am facing a bug.
It seems applying a JSONPath to my JSON is not giving same outputs than before.
Here is an example JSON :
I want to apply the JSONPath $.data.paymentDataList[0,(@.length-1)].DDMM
Expected output :
Actual Output :
cpp code used :
Maybe I do something wrong but I checked release notes and this should be valid ?
Thanks a lot for your help.
Regards,
What jsoncons library version?
The text was updated successfully, but these errors were encountered: