JSON viewer
Created in a rush by myself using Geany
Powered by jQuery, jsTree and Pastebin
JSON pastebin URL goes here
Please note that JSON data must be defined as a parameter to the function jsonViewer()
. Try the following example:
jsonViewer({
"hello": "world"
});