Skip to content

Releases: skanga/json-editor

v0.2

Choose a tag to compare

@skanga skanga released this 27 Jun 00:37

Download json-editor.jar from Assets.

v0.1.1

Choose a tag to compare

@skanga skanga released this 25 Jun 23:06

Changelog

v0.1.1 - 2026-06-25

Added

  • Value editor find bar with match highlighting, counts, previous/next navigation, and keyboard shortcuts.

Fixed

  • Missing files opened from the recent-files list are removed from history and the menu.

v0.1.0

Choose a tag to compare

@skanga skanga released this 25 Jun 07:36

Changelog

v0.1.0 - 2026-06-25

Initial public release.

Added

  • Java Swing JSON editor with tree navigation and typed value editing.
  • File open, recent file, drag-and-drop, and command-line file loading.
  • JSON path search and key filtering.
  • Add, rename, duplicate, delete, and reorder actions for JSON nodes.
  • Light and dark theme support.
  • Maven build that produces a runnable shaded JAR.
  • Lazy duplicate JSON key detection after load.
  • Duplicate-key warning panel with dismiss action.
  • Save confirmation when a loaded file contained duplicate keys.

Notes

  • The editor loads the last value for duplicate JSON keys, matching the underlying parser behavior.
  • Saving a file that originally contained duplicate keys rewrites the JSON and removes earlier duplicate values.
  • The data/ directory is excluded from source control.