Skip to content

Instantly share code, notes, and snippets.

@hurkanakbiyik
Created June 22, 2020 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hurkanakbiyik/5d54addf62f2c4a59c1e9222e3dc2d08 to your computer and use it in GitHub Desktop.
Save hurkanakbiyik/5d54addf62f2c4a59c1e9222e3dc2d08 to your computer and use it in GitHub Desktop.
{
"data": [
{
"name": "A",
"description": "This is a description of A",
"parentId": ""
},
{
"name": "B",
"description": "This is a description of B",
"parent": "A"
},
{
"name": "C",
"description": "This is a description of C",
"parent": "A"
},
{
"name": "D",
"description": "This is a description of D",
"parent": "A"
},
{
"name": "B-1",
"description": "This is a description of B-1",
"parent": "B"
},
{
"name": "B-2",
"description": "This is a description of B-2",
"parent": "B"
},
{
"name": "B-3",
"description": "This is a description of B-3",
"parent": "B"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment