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