Created
July 4, 2016 07:00
-
-
Save rozanovz/e931b2f88346b7e6f759a17ff6aea576 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": "root" | |
| }, | |
| { | |
| "id": 2, | |
| "parentId": 1, | |
| "name": "chemistry" | |
| }, | |
| { | |
| "id": 5, | |
| "parentId": 2, | |
| "name": "elements" | |
| }, | |
| { | |
| "id": 6, | |
| "parentId": 2, | |
| "name": "books" | |
| }, | |
| { | |
| "id": 11, | |
| "parentId": 6, | |
| "name": "book of oxygen" | |
| }, | |
| { | |
| "id": 3, | |
| "parentId": 1, | |
| "name": "math" | |
| }, | |
| { | |
| "id": 7, | |
| "parentId": 3, | |
| "name": "formulas" | |
| }, | |
| { | |
| "id": 8, | |
| "parentId": 3, | |
| "name": "books" | |
| }, | |
| { | |
| "id": 4, | |
| "parentId": 1, | |
| "name": "physics" | |
| }, | |
| { | |
| "id": 9, | |
| "parentId": 4, | |
| "name": "events" | |
| }, | |
| { | |
| "id": 10, | |
| "parentId": 4, | |
| "name": "books" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment