jsonpath-rwA robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming.
jsonpath-ngA final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming.
bc-jsonpath-ngA final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming.
python-jsonpathJSONPath, JSON Pointer and JSON Patch for Python.
json5A Python implementation of the JSON5 data format.
simplejsonSimple, fast, extensible JSON encoder/decoder for Python