Contents

json-schema-for-humans 1.5.1

0

Generate static HTML documentation from JSON schemas

Generate static HTML documentation from JSON schemas

Stars: 702, Watchers: 702, Forks: 125, Open Issues: 64

The coveooss/json-schema-for-humans repo was created 6 years ago and the last code push was 14 hours ago.
The project is popular with 702 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
None
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 64 open issues on GitHub

  • chore(deps): update actions/setup-python action to v6
  • chore(deps): update actions/checkout action to v6
  • chore(deps): update actions/setup-node action to v6
  • chore(deps): update dependency requests to v2.32.4 [security]
  • chore(deps): update dependency conventional-changelog-conventionalcommits to v9
  • chore(deps): update dependency semantic-release-pypi to v5
  • chore(deps): update dependency pytz to v2025
  • chore(deps): update dependency jinja2 to v3.1.6 [security]
  • chore(deps): update all non-major dependencies
  • Dependency Dashboard

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.