78b7c1c506
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.
5 lines
No EOL
259 B
Text
5 lines
No EOL
259 B
Text
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. |