{"library":"jsonref","type":"library","category":null,"description":"jsonref is a Python library (supporting Python 3.7+) for automatic dereferencing of JSON Reference objects within JSON documents. It allows you to work with data structures containing JSON references as if they were already replaced with their referent data, supporting lazy and recursive dereferencing. The current version is 1.1.0, with its last release in January 2023, indicating active maintenance.","language":"python","status":"active","version":"1.1.0","tags":["JSON","reference","dereferencing","schema","lazy loading"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install jsonref","imports":["import jsonref\ndata = jsonref.loads(json_string)","from jsonref import replace_refs\ndereferenced_obj = replace_refs(python_object)","from jsonref import JsonRef","from jsonref import JsonRefError"]}],"homepage":null,"github":"https://github.com/gazpachoking/jsonref","docs":"https://jsonref.readthedocs.io/en/latest/","changelog":null,"pypi":"https://pypi.org/project/jsonref/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.09,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/jsonref/compatibility"}}