/json-editor

Visual JSON Editor written in Qt

Primary LanguagePythonMIT LicenseMIT

JSON-Editor

Visual JSON Editor written in Qt

JSON-Editor in action

NOTE

Requires Qt.py

Install

1. Download this package and unzip it in a good location 
    1.B (or git clone it directly if you have git installed)
2. Run installer.bat (will walk you through some options for install)
3. Restart Maya

Start the tool

From Maya

# Run this script in a python tab
import json_editor
json_editor.main()

From Standlone

[TBD]