Add more examples
This commit is contained in:
parent
fd525e26a6
commit
5f926f060e
@ -1,3 +1,5 @@
|
||||
# JSON Examples for testing
|
||||
|
||||
These examples are copied from this [page](https://www.json.org/example.html)
|
||||
Most of these examples are copied from this [page](https://www.json.org/example.html)
|
||||
|
||||
`test_files/google_maps.json` is copied from the following [article](https://www.sitepoint.com/google-maps-json-file/)
|
||||
|
25
test_files/google_maps.json
Normal file
25
test_files/google_maps.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"markers": [
|
||||
{
|
||||
"name": "Rixos The Palm Dubai",
|
||||
"position": [
|
||||
25.1212,
|
||||
55.1535
|
||||
],
|
||||
},
|
||||
{
|
||||
"name": "Shangri-La Hotel",
|
||||
"location": [
|
||||
25.2084,
|
||||
55.2719
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Grand Hyatt",
|
||||
"location": [
|
||||
25.2285,
|
||||
55.3273
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
1
test_files/test.json
Normal file
1
test_files/test.json
Normal file
@ -0,0 +1 @@
|
||||
{"number": 500}
|
Loading…
Reference in New Issue
Block a user