
Schema-based JSON editor
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Schema-based JSON editor
With this text editor you can simply create JSON documents and check it according to schema files.
Feautures:
- autocompletion for key words
- autoindents
- syntax highlighting and analysing
- find and replace
- document validation (used tv4 validator for v4 JSON Schema) https://github.com/geraintluff/tv4
Schema-file is linked to each JSON-document by adding in the document its path:
"$schema" : "path_to_schema_file.json"
Type CTR+E (or cmd+E in Mac OS) to call completer.
Please login or register to add a comment or rating