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

Update to JSONPath Plus #11

Open
DanielHabenicht opened this issue Feb 1, 2022 · 0 comments
Open

Update to JSONPath Plus #11

DanielHabenicht opened this issue Feb 1, 2022 · 0 comments

Comments

@DanielHabenicht
Copy link
Owner

Some user reports suggest that the currently used JSONPath library has some drawbacks regarding user friendliness.

e.g. and evaluation on this JSON:

{
   "lastData"  : {
    "tempf": "naist street"
  }
}

With the query: $.[lastData].tempf returns the value intended.
Whereas with the current library an error occurs: Expecting 'STAR', 'IDENTIFIER', 'SCRIPT_EXPRESSION', 'INTEGER', 'END', got '['

JsonPath Plus has some other benefits like extended query syntax too.

Feel free to leave a reaction (👍 👎 ) if it should be used instead.

If not updated with this library the documentation should reference an interactive playground identical to the used package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant