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
Bug1: flatten() does not escape double quotes correctly. The last line shows that the corrected JSONPath works.
Bug2: json_query() does not work with backslashes.
Edit: Forgot to metion the Version I used: 0.153.1
The text was updated successfully, but these errors were encountered:
I wrote a small test program and I think I found two bugs.
https://gist.github.com/wbangna/b15370aab120ff5cc34784374d2189a6
The Output of the program is
Bug1: flatten() does not escape double quotes correctly. The last line shows that the corrected JSONPath works.
Bug2: json_query() does not work with backslashes.
Edit: Forgot to metion the Version I used: 0.153.1
The text was updated successfully, but these errors were encountered: