jsonTreeViewer icon indicating copy to clipboard operation
jsonTreeViewer copied to clipboard

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

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

CSS: - [x] with prefix (jsontree- or jst-) - [ ] support color themes - [x] good structure JS constructors: - [ ] use templates - [ ] change inheritance

Prior to this change, HTML found in the displayed JSON key or value would be rendered. This would allow for a XSS attack if the JSON contained malicious HTML. The...