UNPKG

json-tree-viewer

Version:

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

37 lines (30 loc) 1.22 kB
### 0.6.0 * Add displaying for JSONPath of each node * Add parent nodes expanding for finded and marked node * Add nodes search by some conditions * Replace images for expand/collapse buttons with new svg icons * Add toSourceJSON method for trees and source block for viewer ### 0.5.0 * Show loading json form after loading page * Add marking/unmarking for node labels by click with pressed ALT key * Change modifier key for recursive expanding (CTRL, META instead SHIFT) * Add beautiful PT Mono monospace font from google.fonts * Add sorting for object keys * Refactor names of CSS-classes ### 0.4.0 * Add filter function for expanding selected child nodes of root element * Disable expanding for empty nodes * Add recursive collapsing/expanding by SHIFT+click for single node * Add '…' ('show more') button for expanding of object or array nodes ### 0.3.0 * Divide jsonTree library from jsonTreeViewer * Add documentation for jsonTree library to README.md * Use JSDoc for all jsonTree library methods * Change license from GPL3 to MIT ### 0.2.0 * Add app.js framework as submodule * Delegate all interface tasks to app.js ### 0.1.1 * Make text of json-tree selectable ### 0.1.0 * Create base of jsonTreeViewer