You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: implementations.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,6 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
173
173
-[jsonschema.net](https://www.jsonschema.net/) - generates schemas from example data
174
174
-[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
175
175
176
-
177
176
Generators from schemas
178
177
-----------------------
179
178
@@ -217,7 +216,7 @@ Various levels of support for UI generation primarily from the validation vocabu
-[JSON Form (joshfire)](https://github.com/joshfire/jsonform) (joshfire) (MIT)
223
222
-[Json Forms (brutusin)](https://github.com/brutusin/json-forms) (brutusin) (MIT)
@@ -280,6 +279,7 @@ _None currently support draft-06 or later._
280
279
#### Editors
281
280
282
281
-[Altova XMLSpy 2019r3](https://www.altova.com/xmlspy-xml-editor#json_schema) - *Graphical JSON Schema editor for draft-06 and draft-7, as well as validation of JSON files based on JSON Schema*
282
+
-[Dashjoin JSON Schema editor](https://dashjoin.github.io/#/schema) - *Graphical online JSON Schema editor for draft-06 (minus oneOf, anyOf, allOf, not). The generated schema can be tested immediately via a form that is driven by it.*
283
283
-[JSONBuddy](https://www.json-buddy.com/) - *Text and grid-style JSON editor and validator with context sensitive entry-helpers and sample data generation based on JSON schema. Support for draft-4, draft-6 and draft-7.*
284
284
-[JSONEditor Online](https://jsoneditoronline.org/) - *View, edit, format, and validate JSON online* Support draft-4, draft-6, and draft-7.
285
285
-[Oxygen JSON Editor](https://www.oxygenxml.com/xml_editor/json.html) - *JSON editor with a variety of editing features and helper views. Support for validation and editing JSON Schema draft-4, draft-6, and draft-7. Validation and editing of JSON files based on JSON Schema.*
0 commit comments