November 14, 2007 1

JSON Pretty Printer

By Levi Senft in Web

Yesterday I was trying to deserialize a JSON object in flash. The object was delivered from a JSP app that I didn’t have access to. The object was written out on a single line with no spaces. Which is as it should be for optimization reasons, but it was very hard to decipher. So I went hunting for a pretty printer to format the object for readability. I totally found what I was looking for. Curious Concept provides a JSON Formatter that can be run from their website. You can paste the raw JSON directly into a text box, or paste in the URL where it lives.

Tags: , ,

One Response to “JSON Pretty Printer”

  1. found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later ..

Leave a Reply