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