jsonTreeViewer
jsonTreeViewer copied to clipboard
json formatter/viewer/pretty-printer (with jsonTree javascript-library)

Before: `{ "array" : [ … ], "data" : { … }, "emptyArray": [ ], "emptyObject": { } }` After: `{ "array" : [ Array( 10 ) ], "data" :...
how to work with dynamic div element to load the jsonview? It gives domEl error
jsonTree.js will print out HTML content to the page as is rather than escaping the HTML entities. This results in the HTML being inserted into the DOM and presented, and...
Code: `tree.expand( function(node) { return node.label != 'schema'; } );` will work like this: 
- [x] separate the tree library (tree.css, tree.js) - [x] replace ids in css with classes (because it is possible to add two trees at one page) - [x] add...
with `http://summerstyle.github.io/jsonTreeViewer#`
The readme has no mention of the findAndHandle method, and what the matcher, or handler functions need to be, or contain. Could you provide some example or definition for that?...
Недавно установила это прекрасное расширение для лисы https://addons.mozilla.org/es/firefox/addon/json-dataview/ В нем используется моя библиотека, но был сделан ряд улучшений. Хочу добавить этот функционал в саму библиотеку. - [x] Для длинных строк...