https://github.com/ricosuter/visualjsoneditor
A JSON schema based file editor for Windows.
https://github.com/ricosuter/visualjsoneditor
Last synced: 6 months ago
JSON representation
A JSON schema based file editor for Windows.
- Host: GitHub
- URL: https://github.com/ricosuter/visualjsoneditor
- Owner: RicoSuter
- License: mit
- Created: 2015-06-06T16:35:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T17:05:22.000Z (over 2 years ago)
- Last Synced: 2025-03-29T17:11:29.793Z (6 months ago)
- Language: C#
- Homepage: http://visualjsoneditor.org
- Size: 840 KB
- Stars: 359
- Watchers: 20
- Forks: 89
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Visual JSON Editor
[](https://ci.appveyor.com/project/rsuter/visualjsoneditor)
Visual JSON Editor is a JSON schema draft v4 based file editor for Windows: When opening a JSON file, the application auto-generates an editor GUI based on the provided JSON schema. The goal is to make JSON editing more effective and easier for users.
**[Download latest Visual JSON Editor installer (MSI)](http://rsuter.com/Projects/VisualJsonEditor/installer.php)**
**[Article describing a usage scenario](https://blog.rsuter.com/use-json-files-with-schema-for-application-configuration-2/)**
**Tip:** Use the [NJsonSchema](http://njsonschema.org) library to generate JSON Schemas from your C# classes.
Visual JSON Editor is developed by [Rico Suter](http://rsuter.com) using the [MyToolkit](http://mytoolkit.io) and [NJsonSchema](http://njsonschema.org) libraries.

