We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Parse errors are not super helpful and could be improved.
ghci> import Data.Aeson.JSONPath ghci> import Data.Aeson.QQ.Simple (aesonQQ) ghci> json = [aesonQQ| { "key": "value" } |] ghci> query "$. key" json Left "failed to parse query: $. key" (line 1, column 3): unexpected " " expecting letter or "*" ghci> query "$.$key" json Left "failed to parse query: $.$key" (line 1, column 3): unexpected "$" expecting letter or "*"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Parse errors are not super helpful and could be improved.
The text was updated successfully, but these errors were encountered: