A web-based tool to view, edit, format, and validate JSON
Go to file
Jos de Jong 05c9b3eeb7 Deleted old backup folder 2012-08-23 19:51:30 +02:00
build Binaries for v1.3.0 added 2012-08-19 15:25:42 +02:00
interface Restructured the files 2012-08-16 21:18:37 +02:00
jsoneditor Added feature to automatically add escape characters before \ and ", and automatically replace new lines with \n (adresses issues #4, #5, #6) 2012-08-19 15:25:08 +02:00
misc Updated screenshot and readme 2012-08-21 20:33:49 +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 ignore file added to ignore the WebStorm project properties 2012-05-30 10:02:31 +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 Readme updated 2012-08-21 20:39:18 +02:00
build.xml replaced jsoneditor.css with jsoneditor-min.css in the index page 2012-08-19 15:53:39 +02:00
changelog.txt Added feature to automatically add escape characters before \ and ", and automatically replace new lines with \n (adresses issues #4, #5, #6) 2012-08-19 15:25:08 +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 first commit 2012-04-21 13:28:28 +02:00
index.html Updated description and readme 2012-08-20 21:52:36 +02:00
robots.txt robots.txt added 2012-07-01 14:39:24 +02:00
test.html Updated description and readme 2012-08-20 21:52:36 +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