1{
2  "debug": true,
3  "debug_json": true,
4  "production": false,
5  "arr": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
6  "place": {
7    "name": "Torre di Pisa",
8    "longitude": 43.7224985,
9    "latitude": 10.3970522,
10    "favorite": false,
11    "reviews": 3866,
12    "rating": 4.5,
13    "creator": {
14      "name": "John Smith",
15      "username": "jsmith",
16      "email": "jsmith@localhost"
17    }
18  }
19}
20