Skip to content

neknaj/jsonviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors