A web-based tool to view, edit, format, and validate JSON
Go to file
Jos de Jong 0a86f57e5a Fixed issue with searchbox quickkeys in IE 2012-08-12 15:31:55 +02:00
backup first commit 2012-04-21 13:28:28 +02:00
img fixed displaying of an odd number of spaces in a string (was displaying n-1 spaces instead of n). 2012-07-22 21:09:48 +02:00
test Moved the search functionality to a separate prototype SearchBox 2012-07-29 21:42:26 +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 Readme added 2012-04-25 09:12:24 +02:00
changelog.txt Fixed issue with searchbox quickkeys in IE 2012-08-12 15:31:55 +02:00
couchdbeditor.html first commit 2012-04-21 13:28:28 +02:00
demo.html Moved the search functionality to a separate prototype SearchBox 2012-07-29 21:42:26 +02:00
favicon.ico first commit 2012-04-21 13:28:28 +02:00
index.html Fixed issue with searchbox quickkeys in IE 2012-08-12 15:31:55 +02:00
index_no_ads.html Disabled quickkeys Ctrl+F and F3 for now, needs some more attention to get that working reliable on all browsers (especially IE and Opera) 2012-08-12 14:36:44 +02:00
interface.css added -moz-box-sizing and -webkit-box-sizing again, not having that gives issues at least on firefox. 2012-07-01 10:30:01 +02:00
interface.js the position of the vertical separator between left and right panel is stored 2012-07-18 23:30:45 +02:00
json2.js first commit 2012-04-21 13:28:28 +02:00
jsoneditor-min.js Added looping through search results using quickkeys 2012-08-07 22:07:54 +02:00
jsoneditor.css Added looping through search results using quickkeys 2012-08-07 22:07:54 +02:00
jsoneditor.js Fixed issue with searchbox quickkeys in IE 2012-08-12 15:31:55 +02:00
minify.sh first commit 2012-04-21 13:28:28 +02:00
package.sh first commit 2012-04-21 13:28:28 +02:00
robots.txt robots.txt added 2012-07-01 14:39:24 +02:00
todo.txt fixed wrapping text that was no longer working on Firefox. (was introduced by solving issue #7) 2012-07-22 20:57:11 +02:00

README

JSON Editor Online
http://jsoneditoronline.org

JSON Editor Online is a tool to easily edit and format JSON online. 
JSON is displayed in a clear, editable treeview and in formatted plain text.