JSON Beautifier

Posted by Randy Mayer on Stack Overflow See other posts from Stack Overflow or by Randy Mayer
Published on 2010-04-10T20:30:52Z Indexed on 2010/04/10 20:33 UTC
Read the original article Hit count: 462

Filed under:
|

Hi,

do you know any "JSON Beautifier"? Thanks!

From

{"name":"Steve","surname":"Jobs","company":"Apple"}

To

{
  "name" : "Steve",
  "surname" : "Jobs",
  "company" : "Apple"
}

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about JSON