JSON editor/formatter?
        Posted  
        
            by Chris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chris
        
        
        
        Published on 2008-09-29T16:59:25Z
        Indexed on 
            2010/04/17
            18:23 UTC
        
        
        Read the original article
        Hit count: 320
        
serialization
|JSON
I've got some JSON data, but it's all on one line. Does anyone know of a web or Windows editor that will format (e.g. indent and insert new lines) this data for me, so I can read it better? Preferably one that uses a GUI to display the JSON—instead of a command-line tool that outputs a reformatted document, for example.
© Stack Overflow or respective owner