Skip to content

Instantly share code, notes, and snippets.

@sydcanem
Created September 15, 2020 10:50
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 sydcanem/fc3513188fe6696b53c1f9ce3ed05558 to your computer and use it in GitHub Desktop.
Save sydcanem/fc3513188fe6696b53c1f9ce3ed05558 to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"name": "Table",
"items": [
{ "id": 3, "name": "Bar Table" },
{ "id": 4, "name": "Dining" },
{ "id": 5, "name": "Coffee Table" }
]
},
{
"id": 2,
"name": "Chairs",
"items": [
{
"id": 6,
"name": "High Chair",
"items": [{ "id": 11, "name": "Foldable" }]
},
{ "id": 7, "name": "Bar Stool" },
{
"id": 8,
"name": "Office Chairs",
"items": [
{
"id": 9,
"name": "Executive"
},
{ "id": 10, "name": "Balance" }
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment