Skip to content

Instantly share code, notes, and snippets.

@leefreemanxyz
Forked from hurkanakbiyik/nerf-herders-test-data
Last active December 10, 2020 12:03
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 leefreemanxyz/903b8d090e8cb7caa82ab2ebf17c6a35 to your computer and use it in GitHub Desktop.
Save leefreemanxyz/903b8d090e8cb7caa82ab2ebf17c6a35 to your computer and use it in GitHub Desktop.
{
"data": [
{
"name": "A",
"description": "This is a description of A",
"parent": ""
},
{
"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