Last active
September 3, 2019 11:58
-
-
Save knightcube/985f753a4f3a8789661339b0dd8761f6 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
{ | |
"Department": [ | |
{ | |
"ID": "1", | |
"Name": "Electrical", | |
"Discription": "Electrical Engineering", | |
"Students": [ | |
{ | |
"id": "1", | |
"name": "John" | |
}, | |
{ | |
"id": "2", | |
"name": "Mary" | |
} | |
] | |
}, | |
{ | |
"ID": "2", | |
"Name": "Civil", | |
"Discription": "Civil Engineering", | |
"Students": [ | |
{ | |
"id": "1", | |
"name": "Jack" | |
}, | |
{ | |
"id": "2", | |
"name": "Helen" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment