@pgrabovets/json-view
Version:
This is a javascript library for displaying json data into a DOM. [link to demo](http://pgrabovets.github.io/json-view/)
23 lines (22 loc) • 384 B
JSON
{
"givenName": "Vas",
"surName": "Sudanagunta",
"children": [
{
"givenName": "Natalia",
"age": 5
},
{
"givenName": "Aida",
"age": 17
}
],
"address": {
"state": "NY",
"city": "Brooklyn",
"street": "718 Marcus Garvey Ave"
},
"emptyObject": {},
"prop-with-null": null,
"prop-empty-string": ""
}