Edit online

JSON Preferences

Oxygen XML Editor can provide content completion suggestions when you are editing JSON files. To configure content completion support for JSON, open the Preferences dialog box (Options > Preferences) and go to Editor > Content Completion > JSON. You can configure the following options:

Generate required content
When invoking content completion over JSON files, all contextual required content is automatically generated according to the specifications from the associated JSON Schema.
Generate optional properties
If selected, optional properties that are defined in the associated JSON Schema will be added when using content completion in JSON files.
Generate additional content
If selected, additional properties (or additional items for arrays) that are defined in the associated JSON Schema will be added when using content completion in JSON files.