JSON Schema Editor
Oxygen XML Developer Eclipse plugin includes a specialized JSON Schema editor with
various editing features for files that have the jschema
file extension, or
for files that have json
file extension and includes a
meta-schema URL in the "$schema" key . The purpose of the JSON schema is to define
the legal properties and values of a JSON document to keep it valid and well-formed.
New Document Templates
Text Mode Editor
- JSON Outline View
- JSON-specific Syntax Highlighting
- Search and Find/Replace
- Drag and Drop
- Validation
- Format and Indent (Pretty Print)
Grid Mode Editor
Oxygen XML Developer Eclipse plugin allows you to view and edit the JSON Schema documents in the Grid mode. The JSON Schema is represented in Grid mode as a compound layout of nested tables and the JSON data and structure can be easily manipulated with table-specific operations or drag and drop operations on the grid components. For more details, see JSON Grid Mode Editor.
Design Mode Editor
Oxygen XML Developer Eclipse plugin provides a powerful, expressive visual schema diagram editor (Design mode) for editing JSON Schemas. It is helpful for both content authors who want to visualize or understand a schema and schema designers who develop complex schemas. For all the details, see JSON Schema Design Mode.