Personal tools
Skip to content. | Skip to navigation
Apply JSON-Patches (RFC 6902)
Library to apply JSON Patches according to RFC 6902 - Python 2 build.
This library provides a robust and significantly extended implementation of JSONPath for Python, with a clear AST for meta-programming. It is tested with Python 2.6, 2.7, 3.2, 3.3, and PyPy. 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.
ython-json-pointer: Resolve JSON Pointers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Library to resolve JSON Pointers according to http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-04
Library to resolve JSON Pointers according to RFC 6901.
jsonschema is an implementation of JSON Schema <http://json-schema.org> for Python (supporting 2.6+ including Python 3)
jsonschema is JSON Schema validator currently based on http://tools.ietf.org/html/draft-zyp-json-schema-03