Created
May 1, 2018 15:00
-
-
Save sanjeevkumar91/056498117cb9a14828276a816090064f 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:'arun', | |
gender:'Male', | |
physics:88, | |
maths:87, | |
english:78 | |
}, | |
{ | |
name:'rajesh', | |
gender:'Male', | |
physics:96, | |
maths:100, | |
english:95 | |
}, | |
{ | |
name:'moorthy', | |
gender:'Male', | |
physics:89, | |
maths:90, | |
english:70 | |
}, | |
{ | |
name:'raja', | |
gender:'Male', | |
physics:30, | |
maths:25, | |
english:40 | |
}, | |
{ | |
name:'usha', | |
gender:'Female', | |
physics:67, | |
maths:45, | |
english:78 | |
}, | |
{ | |
name:'priya', | |
gender:'Female', | |
physics:56, | |
maths:46, | |
english:78 | |
}, | |
{ | |
name:'Sundar', | |
gender:'Male', | |
physics:12, | |
maths:67, | |
english:67 | |
}, | |
{ | |
name:'Kavitha', | |
gender:'Female', | |
physics:78, | |
maths:71, | |
english:67 | |
}, | |
{ | |
name:'Dinesh', | |
gender:'Male', | |
physics:56, | |
maths:45, | |
english:67 | |
}, | |
{ | |
name:'Hema', | |
gender:'Female', | |
physics:71, | |
maths:90, | |
english:23 | |
}, | |
{ | |
name:'Gowri', | |
gender:'Female', | |
physics:100, | |
maths:100, | |
english:100 | |
}, | |
{ | |
name:'Ram', | |
gender:'Male', | |
physics:78, | |
maths:55, | |
english:47 | |
}, | |
{ | |
name:'Murugan', | |
gender:'Male', | |
physics:34, | |
maths:89, | |
english:78 | |
}, | |
{ | |
name:'Jenifer', | |
gender:'Female', | |
physics:67, | |
maths:88, | |
english:90 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you.. precisely what i am looking for