jsonviewer

Neknaj JSON_Viewer.js

Display JSON data in a nice way with HTML and CSS

usage

  1. Load jsonviewer.js and jsonviewer.css
    ```html
2. Call the `showJSON` function  
```ts
showJSON( obj:object, elm:HTMLDivElement, defaultopen:boolean=false )

sample

./sample.html

LICENSE

MIT LICENSE