From 52f19082f61d1b88820d9ca594d3d9959c11d9a7 Mon Sep 17 00:00:00 2001 From: Octavian Date: Thu, 6 Feb 2020 09:02:23 +0200 Subject: [PATCH 1/3] Update implementations.md Added "Oxygen JSON Editor" in the supported editors. This support is available since 2018 (https://www.oxygenxml.com/xml_editor/whatisnew20.1.html#20.1JSON), and is continuously improved. --- implementations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/implementations.md b/implementations.md index 313b9a32..0feab37c 100644 --- a/implementations.md +++ b/implementations.md @@ -273,6 +273,7 @@ _None currently support draft-06 or later._ _TODO: Sort by draft support._ +- [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. - [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* - [Liquid XML Studio 2016](https://www.liquid-technologies.com/json-schema-editor) - *Graphical JSON schema editor for draft 4, context sensitive intellisense for JSON documents.* - [Visual Studio 2013](https://www.visualstudio.com/) - *Auto-completion and tooltips based on JSON schema draft 3 and draft 4* From 44122dec4983768fc45bfa82050e2374dc631570 Mon Sep 17 00:00:00 2001 From: Octavian Date: Thu, 6 Feb 2020 11:43:32 +0200 Subject: [PATCH 2/3] Update implementations.md Corrected the link --- implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.md b/implementations.md index 0feab37c..0f0d5c34 100644 --- a/implementations.md +++ b/implementations.md @@ -273,7 +273,7 @@ _None currently support draft-06 or later._ _TODO: Sort by draft support._ -- [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. +- [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. - [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* - [Liquid XML Studio 2016](https://www.liquid-technologies.com/json-schema-editor) - *Graphical JSON schema editor for draft 4, context sensitive intellisense for JSON documents.* - [Visual Studio 2013](https://www.visualstudio.com/) - *Auto-completion and tooltips based on JSON schema draft 3 and draft 4* From 6115e3001701d56afdbe0b25f7c3881fb10fd62b Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Thu, 6 Feb 2020 11:18:23 +0000 Subject: [PATCH 3/3] Move to bottom Putting yours at the top might be a bit rude. Ah well. Fixed. --- implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.md b/implementations.md index 0f0d5c34..716a4887 100644 --- a/implementations.md +++ b/implementations.md @@ -273,7 +273,6 @@ _None currently support draft-06 or later._ _TODO: Sort by draft support._ -- [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. - [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* - [Liquid XML Studio 2016](https://www.liquid-technologies.com/json-schema-editor) - *Graphical JSON schema editor for draft 4, context sensitive intellisense for JSON documents.* - [Visual Studio 2013](https://www.visualstudio.com/) - *Auto-completion and tooltips based on JSON schema draft 3 and draft 4* @@ -286,6 +285,7 @@ _TODO: Sort by draft support._ - [Eclipse IDE](https://www.eclipse.org/downloads/eclipse-packages) - *Rich JSON edition supporting schema for instantaneous validation and error reporting, completion, documentation.* - [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* - [JsonDraft](https://jsondraft.com/) - *Tree view JSON and JSON Schema editor online. Create and Save reusable components, Share JSON.* +- [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.* Schema Repositories