Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/overtrue/json-viewer

A tool for make JSON view in browser.
https://github.com/overtrue/json-viewer

json json-viewer

Last synced: 3 months ago
JSON representation

A tool for make JSON view in browser.

Awesome Lists containing this project

README

        

# [Json Viewer](http://overtrue.github.io/json-viewer/)
A tool for make JSON view in browser.

# Usage

```html

var json = {
name: "JsonViewer",
author: {
name: "overtrue",
email: "[email protected]",
contact: [
{
location: "office",
number: 123456
},
{
location: "home",
number: 987654
}
]
}
};

$('#json-container').jsonview(json); // Support json string/object

```

[Demo](http://overtrue.github.io/json-viewer/)

# License

MIT