data sample prepared

This commit is contained in:
Marcin Hutek 2023-12-08 17:40:25 +01:00
parent c6c55f0dd9
commit 3cc76da498
2 changed files with 27 additions and 0 deletions

27
src/cities.json Normal file
View File

@ -0,0 +1,27 @@
[
{
"name": "warsaw",
"latitude": 52.24,
"longitude": 21.02
},
{
"name": "berlin",
"latitude": 52.52,
"longitude": 13.40
},
{
"name": "chicago",
"latitude": 41.88,
"longitude": -87.62
},
{
"name": "vancouver",
"latitude": 49.25,
"longitude": -123.12
},
{
"name": "tokyo",
"latitude": 35.65,
"longitude": 139.84
}
]

0
temporary_file.txt Normal file
View File