Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] GetJsonObject does not support unquoted array like notation #10214

Closed
revans2 opened this issue Jan 18, 2024 · 0 comments · Fixed by #10466
Closed

[BUG] GetJsonObject does not support unquoted array like notation #10214

revans2 opened this issue Jan 18, 2024 · 0 comments · Fixed by #10466
Labels
bug Something isn't working

Comments

@revans2
Copy link
Collaborator

revans2 commented Jan 18, 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.

Invalid numeric index specified in JSONPath
@revans2 revans2 added bug Something isn't working ? - Needs Triage Need team to review and classify labels Jan 18, 2024
@revans2 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
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants