Is there a decent JSON editor around?

Posted by al4nis on Stack Overflow See other posts from Stack Overflow or by al4nis
Published on 2008-12-10T20:36:58Z Indexed on 2010/04/10 17:33 UTC
Read the original article Hit count: 301

Filed under:
|
|

I'm looking for a JSON editor that is able to do syntax checking and outline view.
Browser-based editors are not an option as they are clumsy for editing lots of local files. Eclipse plug-in would be ideal, but I would be happy with anything that works.

I found only two so far, those in Aptana Studio Pro and Spket IDE (both available as plug-ins for Eclipse). While they have decent outline views, their syntax checking doesn't catch most of the common errors (like missing commas or braces) which makes them almost useless.

© Stack Overflow or respective owner

Related posts about JSON

Related posts about editor