Skip to content

Instantly share code, notes, and snippets.

@aborruso
Created November 19, 2022 08:19
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 aborruso/3dd46513dcb1f105ebbb8b99da2e1ad8 to your computer and use it in GitHub Desktop.
Save aborruso/3dd46513dcb1f105ebbb8b99da2e1ad8 to your computer and use it in GitHub Desktop.
{
"country": [
{
"name": "country X",
"region": [
{
"name": "north",
"geo": [
{
"state": "xx",
"name": "Northern State",
"population": "100000"
},
{
"state": "yy",
"name": "Boreal State",
"population": "2000"
}
]
},
{
"name": "South",
"geo": [
{
"state": "aa",
"name": "Southern State",
"population": "200000"
},
{
"state": "bb",
"name": "Down under State",
"population": "3000"
}
]
}
]
},
{
"name": "country Y",
"region": [
{
"name": "north a",
"geo": [
{
"state": "xx",
"name": "Northern State a",
"population": "100000"
},
{
"state": "yy",
"name": "Boreal State a",
"population": "2000"
}
]
},
{
"name": "South b",
"geo": [
{
"state": "aa",
"name": "Southern State b",
"population": "200000"
},
{
"state": "bb",
"name": "Down under State b",
"population": "3000"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment