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
revans2
changed the title
[BUG] GetJsonPath supports array index notation without a root
[BUG] GetJsonObject supports array index notation without a root
Jan 18, 2024
Describe the bug
According to both Spark and https://jsonpath.com/ a path like
[0]
or['a']
are invalid. They need to be$[0]
or$['a']
to be correct.The text was updated successfully, but these errors were encountered: