Skip to content

Instantly share code, notes, and snippets.

@coppeliaMLA
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coppeliaMLA/1d51cd0906b5b65b65c7 to your computer and use it in GitHub Desktop.
Save coppeliaMLA/1d51cd0906b5b65b65c7 to your computer and use it in GitHub Desktop.
Example json for tree visualisations
{
"name": "root",
"visits": "202K",
"children": [
{
"name": "purpledog.com",
"visits": "50K"
},
{
"name": "squishedfish.co.uk",
"visits": "100K"
},
{
"name": "blogs",
"visits": "52K",
"children": [
{
"name": "political",
"visits": "22K",
"children": [
{
"name": "flatbat.com",
"visits": "10K"
},
{
"name": "netfrog.co.uk",
"visits": "12K"
}
]
},
{
"name": "squarespider.com",
"visits": "30K"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment