Skip to content
forked from neknaj/jsonviewer

a Library to Display JSON data in a nice way with HTML and CSS

License

Notifications You must be signed in to change notification settings

vzool/jsonviewer

 
 

Repository files navigation

Neknaj JSON_Viewer.js

Display JSON data in a nice way with HTML and CSS

usage

  1. Load jsonviewer.js and jsonviewer.css
<script src="./jsonviewer.js"></script>
<link href="./jsonviewer.css" rel="stylesheet">
  1. Call the showJSON function
showJSON( obj:object, elm:HTMLDivElement, defaultopen:boolean=false )

sample

./sample.html

LICENSE

MIT LICENSE

About

a Library to Display JSON data in a nice way with HTML and CSS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 43.3%
  • HTML 34.7%
  • CSS 22.0%