# VisualJsonEditor **Repository Path**: zhenggc/VisualJsonEditor ## Basic Information - **Project Name**: VisualJsonEditor - **Description**: A JSON schema based file editor for Windows. - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-23 - **Last Updated**: 2020-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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](http://blog.rsuter.com/?p=795)** **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)