This release introduces a lightweight desktop GUI for viewing and editing JSON files without manually writing JSON.
- Browse JSON data in a tree view
- Edit values and structure through a property panel
- Switch between English and Japanese UI languages
- Validate, format, and minify JSON content
- Use undo/redo, copy/paste, delete, and drag-and-drop array reordering
- Open a direct JSON text editor when needed
- The application is implemented in Python with Tkinter.
- A sample JSON file is included at samples/local/sample.json for demonstrations and screenshots.
- Feedback and issue reports are welcome.