A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators, as defined in the original JSONPath proposal. This package merges both jsonpath-rw and jsonpath-rw-ext and provides several AST API enhancements, such as the ability to update or remove nodes in the tree. This library provides a robust and significantly extended implementation of JSONPath for Python. It is tested with CPython 3.7 and higher. This library differs from other JSONPath implementations in that it is a full language implementation, meaning the JSONPath expressions are first-class objects, easy to analyze, transform, parse, print, and extend.
Features
- This library provides a robust and significantly extended implementation of JSONPath for Python
- It is tested with CPython 3.7 and higher
- JSONPath expressions are first class objects, easy to analyze, transform, parse, print, and extend
- Programmatic JSONPath
- Arithmetic can be used against two lists if they have the same size
- Examples available
Categories
JSONLicense
Apache License V2.0Follow Python JSONPath Next-Generation
Other Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Python JSONPath Next-Generation!