An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Visual JSON Editor

[![Build status](https://ci.appveyor.com/api/projects/status/x25686ex1dp8smax?svg=true)](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.

![](http://rsuter.com/Projects/VisualJsonEditor/Screenshot02.png)

![](http://rsuter.com/Projects/VisualJsonEditor/Screenshot01.png)