A web-based tool to view, edit, format, and validate JSON
Go to file
Jos de Jong 7778c1add1 Added parameter 'json' to the JSONFormatter constructor 2012-11-03 10:34:35 +01:00
app - Implemented load/save functionality. 2012-10-31 22:16:07 +01:00
jsoneditor Added parameter 'json' to the JSONFormatter constructor 2012-11-03 10:34:35 +01:00
misc screenshots updated 2012-10-02 21:09:05 +02:00
test - Implemented load/save functionality. 2012-10-31 22:16:07 +01:00
tools Created ant build script to generate zip files and build site 2012-08-16 22:25:18 +02:00
.gitignore Moved the build libraries to the downloads section of github 2012-11-02 16:42:01 +01:00
LICENSE first commit 2012-04-21 13:28:28 +02:00
NOTICE first commit 2012-04-21 13:28:28 +02:00
README.md Download link in readme updated 2012-11-02 16:42:35 +01:00
build.xml Improved build script (no longer writing the minified version into the source but all into the build directory) 2012-11-03 09:42:59 +01:00
changelog.txt Added parameter 'json' to the JSONFormatter constructor 2012-11-03 10:34:35 +01:00
demo.html Created ant build script to generate zip files and build site 2012-08-16 22:25:18 +02:00

README.md

JSON Editor Online

http://jsoneditoronline.org/

Description

JSON Editor Online is a web-based tool to view, edit, and format JSON. It shows your data side by side in a clear, editable treeview and in formatted plain text.

Features

  • View and edit JSON side by side in treeview and plain text.
  • Edit, add, move, remove, and duplicate fields and values.
  • Change type of values.
  • Colorized values, color depends of the value type.
  • Search & highlight text in the treeview.
  • Undo/redo all actions.
  • Format and compact JSON in plain text.

Getting started

Screenshot

jsoneditoronline