Tools (JavaScript)
< Production (JavaScript)
< javascript ([3]clientside[2]))
< clientside ([2]frontend[1])
< frontend ([1])
< davask (dev profil)
< davask.42
Get flash to fully experience Pearltrees
Saturday, January 14th, 2012
JSON is a light weight data exchange format that can be used across multiple programming languages. Due to the nature of its syntax and formatting, JSON can sometimes be hard to read. This free online tool allows you to convert your unreadable JSON strings into human readable format.
Writing JavaScript is easy, but debugging is not due to the very limited debugging functionalities provided by the JavaScript language itself. One of such limitations is that there's no effective way to display debugging message other than embedding a bunch alert boxes or a million lines of document.write in the JavaScript code.