https://github.com/daverandom/json-prettifier
Converts Javascript objects into interactive pretty-print formatting.
https://github.com/daverandom/json-prettifier
Last synced: 5 months ago
JSON representation
Converts Javascript objects into interactive pretty-print formatting.
- Host: GitHub
- URL: https://github.com/daverandom/json-prettifier
- Owner: DaveRandom
- Created: 2013-07-30T17:36:59.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T09:12:28.000Z (almost 2 years ago)
- Last Synced: 2025-04-26T10:36:22.451Z (about 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
JSON Prettifier
---------------
Converts Javascript objects into interactive pretty-print formatting.
---
1. Include `PrettyJSON.js` and `PrettyJSON.css`
2. Pass a variable to `PrettyJSON.elementify()` and insert the resulting HTMLElement object into the DOM
3. ?
4. Profit!
---
[Live Demo](http://json.daverandom.com/)