Skip to content

Instantly share code, notes, and snippets.

@prtksxna
Created December 8, 2013 05:47
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 prtksxna/7853788 to your computer and use it in GitHub Desktop.
Save prtksxna/7853788 to your computer and use it in GitHub Desktop.
Structure for DISE data
[
{
"text": "District",
"children": [
{
"id": "d1",
"text": "Bellary"
},
{
"id": "d2",
"text": "Koppal"
}
]
},
{
"text": "Taluk",
"children": [
{
"id": "t1",
"text": "Hospet"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment