Description
Adds JSONPath queries to Python applications so code can select values from nested JSON documents with path expressions. It is useful for API clients, data extraction, configuration tools, and tests.
Expressions can expose different parts of a document depending on who controls them. Applications that accept user-provided JSONPath should limit access to sensitive data.