| { | |
| "name": "Amedeo", | |
| "age": 25, | |
| "devices": [ | |
| { | |
| "brand": "oneplus" | |
| }, | |
| { | |
| "brand": "samsung" | |
| }, | |
| { | |
| "brand": "pixel" | |
| } | |
| ], | |
| "degrees": [ | |
| "bachelor", | |
| "master" | |
| ], | |
| "pets": null, | |
| "car": { | |
| "brand": "Audi", | |
| "model": "a3" | |
| } | |
| } | |
| { | |
| "name": "Amedeo", | |
| "age": 25, | |
| "devices": [ | |
| { | |
| "brand": "oneplus" | |
| }, | |
| { | |
| "brand": "samsung" | |
| }, | |
| { | |
| "brand": "pixel" | |
| } | |
| ], | |
| "degrees": [ | |
| "bachelor", | |
| "master" | |
| ], | |
| "pets": null, | |
| "car": { | |
| "brand": "Audi", | |
| "model": "a3" | |
| } | |
| } | |