Created
September 15, 2020 10:50
-
-
Save sydcanem/fc3513188fe6696b53c1f9ce3ed05558 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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