Contents

json-ref-dict 0.7.2

0

Python dict-like object which abstracts resolution of JSONSchema references

Python dict-like object which abstracts resolution of JSONSchema references

Stars: 10, Watchers: 10, Forks: 7, Open Issues: 2

The jacksmith15/json-ref-dict repo was created 4 years ago and the last code push was 7 months ago. The project is not very popular with only 10 github stars!

How to Install json-ref-dict

You can install json-ref-dict using pip

pip install json-ref-dict

or add it to a project with poetry

poetry add json-ref-dict

Package Details

Author
Jack Smith
License
MIT
Homepage
https://github.com/jacksmith15/json-ref-dict
PyPi:
https://pypi.org/project/json-ref-dict/
GitHub Repo:
https://github.com/jacksmith15/json-ref-dict

Classifiers

No  json-ref-dict  pypi packages just yet.

Errors

A list of common json-ref-dict errors.

Code Examples

Here are some json-ref-dict code examples and snippets.

Related Packages & Articles

JSON_minify 0.3.0

A simple script to minify valid JSON, containing C/C++ style comments

json-encoder 0.4.4

json encoder uses singledispatch pattern instead of JSONEncoder class overwrites

json-delta 2.0.2

json-delta is an efficient, JSON oriented javascript object delta calculator and applier. It provides a configurable threshold (tolerance) after which the diff calculator will short circuit a more complex delta analysis, useful for calculating deltas on very large objects that may from time to time be fully replaced.