Last active
January 29, 2016 08:21
This file contains 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
{ | |
"info":[ | |
{ | |
"id":"IDABC1", | |
"classid":1, | |
"name":"ABC", | |
"university":"University of Moratuwa", | |
"department":"CSE" | |
}, | |
{ | |
"id":"IDEFG2", | |
"classid":2, | |
"name":"EFG", | |
"university":"University of Moratuwa", | |
"department":"CSE" | |
}, | |
{ | |
"id":"IDHIJ3", | |
"classid":3, | |
"name":"HIJ", | |
"university":"University of Moratuwa", | |
"department":"CSE" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment