blob: 7882840a2598ada1756e84055e43072a87b62b60 [file] [log] [blame]
(
debug: true,
production: false,
arr: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
place: (
initials: ('T', 'P'),
name: "Torre di Pisa",
longitude: 43.7224985,
latitude: 10.3970522,
favorite: false,
reviews: 3866,
rating: Some(4.5),
telephone: None,
creator: {
"name": "John Smith",
"username": "jsmith",
"email": "jsmith@localhost"
}
)
)