Created
June 3, 2015 05:51
-
-
Save karkranikhil/031314e2ddaa8187d6b4 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
| [ | |
| { | |
| "Name" : "Mahesh Parashar", | |
| "RollNo" : 101, | |
| "Percentage" : "80%" | |
| }, | |
| { | |
| "Name" : "Dinkar Kad", | |
| "RollNo" : 201, | |
| "Percentage" : "70%" | |
| }, | |
| { | |
| "Name" : "Robert", | |
| "RollNo" : 191, | |
| "Percentage" : "75%" | |
| }, | |
| { | |
| "Name" : "Julian Joe", | |
| "RollNo" : 111, | |
| "Percentage" : "77%" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment