Hello!
I made a tool to view the JSON data.
http://jsonviewer.stack.hu/
Hello!
I made a tool to view the JSON data.
http://jsonviewer.stack.hu/
very nice. What is your license on this?
Marty
It's absolutely free!![]()
firefox plugin here that does shows json nicely too:
http://brh.numbera.com/software/jsonview/
I like very much your JsonViewer. Is there any chance to include it in my projects to embed a little debugging inside my applications? I know about firebug but sometimes I have to debug things in IE and your tool would be perfect. I looked at the code on your page but it's compressed.
Great tool anyway.
Thanks
Daniele
Hello! The readable code:
http://jsonviewer.stack.hu/jsonviewer.js
Gabor
Great! Thanks a lot!!
This is awesome, and something I've been searching the for for days, actually (but apparently using the wrong search terms).
I know that there aren't a lot of comments in the code, but it would be greatly appreciated if they were in English
Cheers!
Simon Aunér
Stockholm, Sweden
Just a note, the Firefox plugin JSONView I linked before will mess with the iframe content you get when using Ext.data.Connection and file uploads.
If your server sends a json response (which it shouldn't) JSONView converts it to html before it goes into the iframe.
Cool viewer! Do you have a version that works with 4.1?