Skip to content

Instantly share code, notes, and snippets.

@knightcube
Last active September 3, 2019 11:58
Show Gist options
  • Save knightcube/985f753a4f3a8789661339b0dd8761f6 to your computer and use it in GitHub Desktop.
Save knightcube/985f753a4f3a8789661339b0dd8761f6 to your computer and use it in GitHub Desktop.
{
"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