mirror of
https://github.com/nasa/trick.git
synced 2025-06-24 01:28:46 +00:00
24 lines
456 B
JSON
24 lines
456 B
JSON
[{
|
|
"firstName": "Zero",
|
|
"lastName": "Nelson",
|
|
"favs": ["ice cream", "flowers", "peace"],
|
|
"car": {
|
|
"make&model": "Mazda 6",
|
|
"year": 2011,
|
|
"color": "gray",
|
|
"type": "sedan"
|
|
}
|
|
}
|
|
,{
|
|
"firstName": "Litzy",
|
|
"lastName": "Membrano",
|
|
"favs": ["food", "flowers", "Zero"],
|
|
"car": {
|
|
"make&model": "Toyota Yaris",
|
|
"year": 2010,
|
|
"color": "blue",
|
|
"type": "sedan"
|
|
|
|
}
|
|
}
|
|
] |