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 44 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.
Posted by Dion Almaer at 8:53 am
7 Comments





In Episode 25, we chat about IE 8, standards, Acid3, server side JavaScript, and more.
Who are the ajaxians? Find out.
Please contact us at . We would love to hear about any news that we could put up here.
We have individual blogs too:

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
Try this one: http://jsoneditor.appspot.com