jsonTreeViewer icon indicating copy to clipboard operation
jsonTreeViewer copied to clipboard

json formatter/viewer/pretty-printer (with jsonTree javascript-library)

Results 11 jsonTreeViewer issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/52799968/166182377-5ed43baa-f4b9-4652-ac2c-26af662213ec.png)

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: ![image](https://user-images.githubusercontent.com/20297196/61783896-4080d800-ae3b-11e9-9183-586fcb234e5d.png)

- [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] Для длинных строк...