The `jsonpath` library provides a Pythonic implementation of JSONPath, following the IETF JSONPath draft specification. It allows users to query JSON-like data structures using XPath-like expressions. It's actively developed, with the latest version being 0.82.2, and typically releases updates as the IETF draft progresses or new features are added.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Import the module to access `jsonpath.select` for convenience or `jsonpath.JSONPath` for object-oriented usage.
Import the main class to compile and reuse JSONPath expressions.
Import the convenience function to directly query data without explicit class instantiation.
This quickstart demonstrates how to use the `jsonpath.select` convenience function for simple queries, and how to use the `jsonpath.JSONPath` class for compiling and reusing path expressions, which is more efficient for repeated queries against different data.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.
No traffic data recorded yet.