.. image:: https://drone.io/bitbucket.org/eodolphi/json-reference/status.png
:target: https://drone.io/bitbucket.org/eodolphi/json-reference/latest
JSON Reference
=============
Simple implementation of the json-pointer spec:
http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-00
Usage
------------
JSON reference makes it possible to retrieve (parts of) json-objects
>>> import json_reference
>>> json_reference.Reference('http://json-schema.org/draft-04/schema#/definitions').get()
It is also possible to register references for offline access
>>> json_reference.register('http://localhost/test', {'test': 'bli'})
>>> json_reference.Reference('http://localhost/test').get()
{'test': 'bli'}
:target: https://drone.io/bitbucket.org/eodolphi/json-reference/latest
JSON Reference
=============
Simple implementation of the json-pointer spec:
http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-00
Usage
------------
JSON reference makes it possible to retrieve (parts of) json-objects
>>> import json_reference
>>> json_reference.Reference('http://json-schema.org/draft-04/schema#/definitions').get()
It is also possible to register references for offline access
>>> json_reference.register('http://localhost/test', {'test': 'bli'})
>>> json_reference.Reference('http://localhost/test').get()
{'test': 'bli'}
Release files for json_reference 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| json_reference-0.1.0.tar.gz | 2.1 kB | Details |
Release files / json_reference-0.1.0.tar.gz
| Download URL | json_reference-0.1.0.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5c022e394aabe2fc49e69f988b620b1dcf1356bd825c638b1c0a8b888ac5ec01
|
|
BLAKE2b-256 checksum How to use checksums |
657c6f0accb64a6d83ea9287174f3417d9c61fb9798c1cf030d72a0cf287348c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |