Monday, May 14th, 2007
Simple Tree-based JSON Editor
Marc of Braincast has whipped up a JSON Editor that builds a tree from your JSON, and lets you walk the tree.
Then, find a node, and edit at that point.





4.3 rating from 40 votes
Monday, May 14th, 2007
Marc of Braincast has whipped up a JSON Editor that builds a tree from your JSON, and lets you walk the tree.
Then, find a node, and edit at that point.





Nice work. Very compact code and a simple and easy to use interface.
Why would anyone use this when console.dir() in firebug does the same thing, better and without an include?
console.dir…. firebug…..mmmmm :) I completely agree with Dan, it’s another piece of code gone to waste. Nice work though…
Nice, it’s helpfull for analyze complex json..
Looks pretty brilliant to me. Nice work.
I’ve made one too. With a few more options.
http://www.thomasfrank.se/json_editor.html