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
Describe the bug
I'm not sure the correct name for this, but Spark and https://jsonpath.com/ happily support paths like $[a] or $[a1]. Our implementation throws an exception about them not being a valid number.
Invalid numeric index specified in JSONPath
The text was updated successfully, but these errors were encountered:
revans2
changed the title
[BUG] GetJsonPath does not support unquoted array like notation
[BUG] GetJsonObject does not support unquoted array like notation
Jan 23, 2024
Describe the bug
I'm not sure the correct name for this, but Spark and https://jsonpath.com/ happily support paths like
$[a]
or$[a1]
. Our implementation throws an exception about them not being a valid number.The text was updated successfully, but these errors were encountered: