APIs
This commit is contained in:
17
Practice/Json/people.json
Normal file
17
Practice/Json/people.json
Normal file
@ -0,0 +1,17 @@
|
||||
[{
|
||||
"name": "Spongebob",
|
||||
"age": 50,
|
||||
"isemployed": true
|
||||
}, {
|
||||
"name": "Patrick",
|
||||
"age": 32,
|
||||
"isemployed": true
|
||||
}, {
|
||||
"name": "Sandy",
|
||||
"age": 32,
|
||||
"isemployed": false
|
||||
}, {
|
||||
"name": "Squidward",
|
||||
"age": 32,
|
||||
"isemployed": false
|
||||
}]
|
Reference in New Issue
Block a user