To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/2897f682-2869-4793-b722-20802965200e%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/c4ca1eb7-9890-4931-a12f-f8f6f6ffa3e2%40googlegroups.com.
{
first_name: “Paul”,
surname: “Miller”,
city: “London”,
location: [45.123,47.232],
cars: [
{ model: “Bentley”,
year: 1973,
value: 100000, ….},
{ model: “Rolls Royce”,
year: 1965,
value: 330000, ….},
]
} |