Posts Tagged ‘json’

View JSON directly in Firefox

If you request a URL than returns a application/json result Firefox will give you a “Download this file” dialog by default. If you rather want the JSON data to show up just as a xml, rss or html page would you could download this little extension called JsonView that will do this for you. Another [...]

Great tools to test JSON and (totally unrelated) Pingbacks

I’ve done lot’s of “web 2.0″ stuff lately and i just want to write down to really nice tools i found. Test and Validate JSON I have just built an API for AlternativeTo. It use JSON and this tool was really a life saver when it came to debug and test everything. http://jsonformatter.curiousconcept.com/ Test if [...]