Contents

json-schema-for-humans 0.47

0

Generate static HTML documentation from JSON schemas

Generate static HTML documentation from JSON schemas

Stars: 434, Watchers: 434, Forks: 87, Open Issues: 49

The coveooss/json-schema-for-humans repo was created 4 years ago and the last code push was 1 weeks ago.
The project is popular with 434 github stars!

How to Install json-schema-for-humans

You can install json-schema-for-humans using pip

pip install json-schema-for-humans

or add it to a project with poetry

poetry add json-schema-for-humans

Package Details

Author
Denis Blanchette
License
Apache-2.0
Homepage
https://github.com/coveooss/json-schema-for-humans
PyPi:
https://pypi.org/project/json-schema-for-humans/
GitHub Repo:
https://github.com/coveooss/json-schema-for-humans

Classifiers

  • Documentation
No  json-schema-for-humans  pypi packages just yet.

Errors

A list of common json-schema-for-humans errors.

Code Examples

Here are some json-schema-for-humans code examples and snippets.

GitHub Issues

The json-schema-for-humans package has 49 open issues on GitHub

  • slow access to Google Fonts
  • Add Viewport Meta tag to generated pages
  • Issues when using custom markdown templates
  • Examples by reference
  • Hiding Fields

See more issues on GitHub

Related Packages & Articles

json-ref-dict 0.7.2

Python dict-like object which abstracts resolution of JSONSchema references

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.