I’ve been using jsonpath.com and jsonpathfinder.com, I’ve been to the git site for the project and the PyPy page. Documentation and examples are severely lacking. I’ve read all the simple tutorials but I need to learn how to do more advanced queries, including how to use “where” and “wherenot” and how to extend it to implement my own named operators (like parent, this), etc. Am I missing something? Where are the instructions for all this?
#🔒 Help finding good documentation for json_path-ng
5 messages · Page 1 of 1 (latest)
@tawdry briar
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Closes after a period of inactivity, or when you send !close.
Start here: https://en.wikipedia.org/wiki/JSONPath @tawdry briar
In computer software, JSONPath is a query language for querying values in JSON. The uses of JSONPath include:
Selecting a specific node in a JSON value
Retrieving a set of nodes from a JSON value, based on specific criteria
Navigating through complex JSON values to retrieve the required data.
JSONPath queries are path expressions written as str...
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.