Skip to content

Instantly share code, notes, and snippets.

@tgmarinho
Created July 4, 2018 23:59
Show Gist options
  • Select an option

  • Save tgmarinho/6696ea7a18c2fa106efe9d221c769ab2 to your computer and use it in GitHub Desktop.

Select an option

Save tgmarinho/6696ea7a18c2fa106efe9d221c769ab2 to your computer and use it in GitHub Desktop.
{
"name": "Thiago Marinho",
"type": "test",
"verify": "http://awendland.github.io/angular-json-tree/",
"structure": {
"id": 1,
"label": "A",
"child": [
{
"id": 2,
"label": "B",
"child": [
{
"id": 5,
"label": "E",
"child": []
},
{
"id": 6,
"label": "F",
"child": []
},
{
"id": 7,
"label": "G",
"child": []
}
]
},
{
"id": 3,
"label": "C",
"child": []
},
{
"id": 4,
"label": "D",
"child": [
{
"id": 8,
"label": "H",
"child": []
},
{
"id": 9,
"label": "I",
"child": []
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment