summaryrefslogtreecommitdiffstats
path: root/tests/Settings.json
blob: c8b72c57c3a6a92bd9b82baa3feb807bc1e4adb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "debug": true,
  "production": false,
  "arr": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
  "place": {
    "name": "Torre di Pisa",
    "longitude": 43.7224985,
    "latitude": 10.3970522,
    "favorite": false,
    "reviews": 3866,
    "rating": 4.5,
    "creator": {
      "name": "John Smith"
    }
  }
}