python3-jsonref
An implementation of JSON Reference for Python


jsonref is a library for automatic dereferencing of JSON Reference objects for Python (supporting 2.6+ including Python 3). This library lets you use a data structure with JSON reference objects, as if the references had been replaced with the referent data. Features * References are evaluated lazily. Nothing is dereferenced until it is used. * Recursive references are supported, and create recursive python data structures. References objects are actually replaced by lazy lookup proxy objects which are almost completely transparent. Complete docs can be found at http://jsonref.readthedocs.org/

MIT

cloud_download Downloads

Please select a product to see the available package versions:
Loading...
Loading package downloads...