Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 6d87d4f

Browse files
committed
add a 'documentation generator' section
1 parent af93843 commit 6d87d4f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

implementations.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,14 @@ _None currently support draft-06 or later._
289289
- [WebStorm](https://www.jetbrains.com/webstorm/), [IntelliJ IDEA](https://www.jetbrains.com/idea/), and other [JetBrains IDEs](https://www.jetbrains.com/products.html?fromMenu#type=ide) - *Code completion, documentation, and validation for JSON and YAML files using JSON Schema. Support for draft-4, draft-6, and draft-7.*
290290
- [Eclipse IDE](https://www.eclipse.org/downloads/eclipse-packages) - *Rich JSON edition supporting schema for instantaneous validation and error reporting, completion, documentation.*
291291

292+
#### Documentation generators
293+
294+
- [jsonschematic](https://github.com/yanick/jsonschematic/) - Svelte-based schema viewer. Runs as a local web app.
295+
296+
- [docson](https://github.com/lbovet/docson) - Javascript-based schema viewer. Runs as a local web app.
297+
298+
- [json-schema-for-humans](https://pypi.org/project/json-schema-for-humans/) - Generate HTML representation of a schema. Python-based.
299+
292300
Schema Repositories
293301
-------------------
294302

0 commit comments

Comments
 (0)