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

Valid Jsonpath query is not parsed #93

Closed
fabricereix opened this issue Nov 25, 2020 · 1 comment
Closed

Valid Jsonpath query is not parsed #93

fabricereix opened this issue Nov 25, 2020 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@fabricereix
Copy link
Collaborator

fabricereix commented Nov 25, 2020

the jsonpath query $.[0].name should be valid
though this is probably better written as $[0].name

With the following json response body

[
  { "id": 1, "name": "Bob"},
  { "id": 2, "name": "Bill"}
]

it should return "Bob"

@fabricereix fabricereix added 1.0.0 bug Something isn't working labels Nov 25, 2020
@fabricereix
Copy link
Collaborator Author

fix in #97

@lepapareil lepapareil added this to the 1.0.0 milestone Jun 11, 2021
@lepapareil lepapareil removed the 1.0.0 label Oct 12, 2021
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

No branches or pull requests

2 participants