Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 483 Bytes

File metadata and controls

17 lines (12 loc) · 483 Bytes

JSONHTML - JSON pretty HTML printer

Demo

http://mashijp.github.io/jsonhtml/

Dependencies

jQuery 1.9+

How to use

  1. Download javascripts/json.js and stylesheets/json.css
  2. Include these files. <script src="javascripts/json.js"></script> <link href="./stylesheets/json.css" rel="stylesheet" type="text/css" />
  3. $.prettifyJSON(json) provides you a prettified JSON!

License

Dual licensed under the MIT and GPL licenses.