Created
September 18, 2019 13:49
-
-
Save Rizwan-Hasan/eef1de98ad0ff61f6893b1b0a32cecf7 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
{ | |
"students": [ | |
{ | |
"id": 101, | |
"name": "Rizwan Hasan", | |
"age": 21, | |
"department": "CSE", | |
"sex": "Male", | |
"paid": true, | |
"cgpa": 2.13 | |
}, | |
{ | |
"id": 102, | |
"name": "Faria Hasan", | |
"age": 20, | |
"department": "BBA", | |
"sex": "Female", | |
"paid": true, | |
"cgpa": 3.56 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment