Skip to content

Commit c412328

Browse files
authored
Add Editors section under Schema generators
1 parent d15db21 commit c412328

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

implementations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
171171
- [jsonschema.net](https://www.jsonschema.net/) - generates schemas from example data
172172
- [quicktype.io](https://app.quicktype.io/#l=schema) - infer JSON Schema from samples, and generate TypeScript, C++, go, Java, C#, Swift, etc. types from JSON Schema
173173

174+
#### Editors
175+
176+
- [dashjoin.github.io](https://dashjoin.github.io/#/schema) - allows creating basic JSON schema interactively, good tool for learning & education, does not support advanced JSON schema constructs
174177

175178
Generators from schemas
176179
-----------------------

0 commit comments

Comments
 (0)