Nested json
|
persons |
1 |
{"persons" : [{"person_name" : "Johny", "cars" : {"carid" : 1, "type" : "Toyota", "comment" : "nice car", "wheels" : [{"which" : "front", "serial number" : 11}, {"which" : "back", "serial number" : 12}]}}, {"person_name" : "Billy", "cars" : {"carid" : 3, "type" : "Opel", "comment" : "nice car", "wheels" : [{"which" : "front", "serial number" : 3}]}}, {"person_name" : "Freddy", "cars" : {"carid" : 2, "type" : "Fiat", "comment" : "nice car", "wheels" : [{"which" : "front", "serial number" : 21}, {"which" : "back", "serial number" : 22}]}}]} |
|
λ
.NET NoSQL database for rapid development
|