Instantly share code, notes, and snippets.
Created
March 1, 2018 18:52
-
Star
0
(0)
You must be signed in to star a gist -
Fork
0
(0)
You must be signed in to fork a gist
-
Save diegodfsd/3158f933ba6460972f013764a13b4973 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
{ | |
"items": [ | |
{ | |
"id": 1, | |
"title": "Menu 1", | |
"status": "Active", | |
"parentId": null, | |
"level": 0, | |
"hasChildren": true, | |
"children": [ | |
{ | |
"id": 7, | |
"title": "Submenu 1.1", | |
"status": "Active", | |
"parentId": 1, | |
"level": 1, | |
"hasChildren": true, | |
"children": [ | |
{ | |
"id": 10, | |
"title": "Submenu 1.1.1", | |
"status": "Active", | |
"parentId": 7, | |
"level": 2, | |
"hasChildren": false, | |
"children": [] | |
}, | |
{ | |
"id": 11, | |
"title": "Submenu 1.1.2", | |
"status": "Active", | |
"parentId": 7, | |
"level": 2, | |
"hasChildren": false, | |
"children": [] | |
} | |
] | |
}, | |
{ | |
"id": 8, | |
"title": "Submenu 1.2", | |
"status": "Active", | |
"parentId": 1, | |
"level": 1, | |
"hasChildren": false, | |
"children": [] | |
}, | |
{ | |
"id": 9, | |
"title": "Submenu 1.3", | |
"status": "Active", | |
"parentId": 1, | |
"level": 1, | |
"hasChildren": false, | |
"children": [] | |
} | |
] | |
}, | |
{ | |
"id": 2, | |
"title": "Menu 2", | |
"status": "Active", | |
"parentId": null, | |
"level": 0, | |
"hasChildren": true, | |
"children": [ | |
{ | |
"id": 12, | |
"title": "Submenu 2.1", | |
"status": "Active", | |
"parentId": 2, | |
"level": 1, | |
"hasChildren": true, | |
"children": [ | |
{ | |
"id": 14, | |
"title": "Submenu 2.1.1", | |
"status": "Active", | |
"parentId": 12, | |
"level": 2, | |
"hasChildren": false, | |
"children": [] | |
} | |
] | |
}, | |
{ | |
"id": 13, | |
"title": "Submenu 2.2", | |
"status": "Active", | |
"parentId": 2, | |
"level": 1, | |
"hasChildren": true, | |
"children": [ | |
{ | |
"id": 15, | |
"title": "Submenu 2.2.1", | |
"status": "Active", | |
"parentId": 13, | |
"level": 2, | |
"hasChildren": false, | |
"children": [] | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": 3, | |
"title": "Menu 3", | |
"status": "Active", | |
"parentId": null, | |
"level": 0, | |
"hasChildren": true, | |
"children": [ | |
{ | |
"id": 16, | |
"title": "Submenu 3.1", | |
"status": "Active", | |
"parentId": 3, | |
"level": 1, | |
"hasChildren": false, | |
"children": [] | |
}, | |
{ | |
"id": 17, | |
"title": "Submenu 3.2", | |
"status": "Active", | |
"parentId": 3, | |
"level": 1, | |
"hasChildren": true, | |
"children": [ | |
{ | |
"id": 18, | |
"title": "Submenu 3.2.1", | |
"status": "Active", | |
"parentId": 17, | |
"level": 2, | |
"hasChildren": false, | |
"children": [] | |
}, | |
{ | |
"id": 19, | |
"title": "Submenu 3.2.2", | |
"status": "Active", | |
"parentId": 17, | |
"level": 2, | |
"hasChildren": true, | |
"children": [ | |
{ | |
"id": 20, | |
"title": "Submenu 3.2.2.1", | |
"status": "Active", | |
"parentId": 19, | |
"level": 3, | |
"hasChildren": true, | |
"children": [ | |
{ | |
"id": 22, | |
"title": "Submenu 3.2.2.1.1", | |
"status": "Active", | |
"parentId": 20, | |
"level": 4, | |
"hasChildren": false, | |
"children": [] | |
}, | |
{ | |
"id": 23, | |
"title": "Submenu 3.2.2.1.2", | |
"status": "Active", | |
"parentId": 20, | |
"level": 4, | |
"hasChildren": true, | |
"children": [ | |
{ | |
"id": 24, | |
"title": "Submenu 3.2.2.1.2.1", | |
"status": "Active", | |
"parentId": 23, | |
"level": 5, | |
"hasChildren": true, | |
"children": [ | |
{ | |
"id": 25, | |
"title": "Submenu 3.2.2.1.2.1.1", | |
"status": "Active", | |
"parentId": 24, | |
"level": 6, | |
"hasChildren": false, | |
"children": [] | |
}, | |
{ | |
"id": 26, | |
"title": "Submenu 3.2.2.1.2.1.2", | |
"status": "Active", | |
"parentId": 24, | |
"level": 6, | |
"hasChildren": false, | |
"children": [] | |
} | |
] | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": 21, | |
"title": "Submenu 3.2.2.2", | |
"status": "Active", | |
"parentId": 19, | |
"level": 3, | |
"hasChildren": false, | |
"children": [] | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment