A web-based tool to view, edit, format, and validate JSON
Go to file
Jos de Jong b2bd06136b Screenshots added 2012-08-25 13:54:40 +02:00
build/lib Removed minified versions from source (are generated by running ant build.xml script) 2012-08-25 12:17:12 +02:00
interface changed code for the buttons to copy from formatter to editor and vice versa, no more inline javascript (gives security policy errors in chrome app) 2012-08-25 13:03:09 +02:00
jsoneditor changed code for the buttons to copy from formatter to editor and vice versa, no more inline javascript (gives security policy errors in chrome app) 2012-08-25 13:03:09 +02:00
misc Screenshots added 2012-08-25 13:54:40 +02:00
test Restructured the files 2012-08-16 21:18:37 +02:00
tools Created ant build script to generate zip files and build site 2012-08-16 22:25:18 +02:00
.gitignore Created new logo and icons for the interface 2012-08-23 20:29:47 +02: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 Created new logo and icons for the interface 2012-08-23 20:29:47 +02:00
build.xml changed code for the buttons to copy from formatter to editor and vice versa, no more inline javascript (gives security policy errors in chrome app) 2012-08-25 13:03:09 +02:00
changelog.txt changed code for the buttons to copy from formatter to editor and vice versa, no more inline javascript (gives security policy errors in chrome app) 2012-08-25 13:03:09 +02:00
demo.html Created ant build script to generate zip files and build site 2012-08-16 22:25:18 +02:00
favicon.ico Created new logo and icons for the interface 2012-08-23 20:29:47 +02:00
index.html changed code for the buttons to copy from formatter to editor and vice versa, no more inline javascript (gives security policy errors in chrome app) 2012-08-25 13:03:09 +02:00
robots.txt robots.txt added 2012-07-01 14:39:24 +02:00
test.html changed code for the buttons to copy from formatter to editor and vice versa, no more inline javascript (gives security policy errors in chrome app) 2012-08-25 13:03:09 +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.
  • Format and compact JSON in plain text.

Getting started

Screenshot

jsoneditoronline