Activate your free membership today | Log-in

Monday, May 14th, 2007

Simple Tree-based JSON Editor

Category: JSON, Utility

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.

JSON Editor

Posted by Dion Almaer at 8:53 am

++++-
4.3 rating from 40 votes

6 Comments »

Comments feed TrackBack URI

Nice work. Very compact code and a simple and easy to use interface.

Comment by J. Jonah JSON — May 14, 2007

Why would anyone use this when console.dir() in firebug does the same thing, better and without an include?

Comment by Dan — May 14, 2007

console.dir…. firebug…..mmmmm :) I completely agree with Dan, it’s another piece of code gone to waste. Nice work though…

Comment by Christian — May 14, 2007

Nice, it’s helpfull for analyze complex json..

Comment by aleks — May 15, 2007

Looks pretty brilliant to me. Nice work.

Comment by Steve Kohler — May 16, 2007

I’ve made one too. With a few more options.
http://www.thomasfrank.se/json_editor.html

Comment by Thomas Frank — July 6, 2007

Leave a comment

You must be logged in to post a comment.