Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 696 Bytes

File metadata and controls

20 lines (14 loc) · 696 Bytes

Release Notes

Version 1.0.0

This release introduces a lightweight desktop GUI for viewing and editing JSON files without manually writing JSON.

Highlights

  • 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

Notes

  • 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.