Skip to content

Instantly share code, notes, and snippets.

@craigwillis85
Created January 6, 2016 17:41
Show Gist options
  • Select an option

  • Save craigwillis85/95375d49883b89d9b858 to your computer and use it in GitHub Desktop.

Select an option

Save craigwillis85/95375d49883b89d9b858 to your computer and use it in GitHub Desktop.
{
Country: [
{
name: UK,
County: [
{
name: London,
District: [
{
name: Camden
},
{
name: Greenwich
}
]
},
{
name: Berkshire,
District: [
{
name: West Berkshire
}
]
}
]
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment