20 lines
311 B
Text
20 lines
311 B
Text
{
|
|
"Name": "Dickson Yamada",
|
|
"Age": 39,
|
|
"Address": {
|
|
"Number": 9604,
|
|
"Street": "Donald Court",
|
|
"City": "Golden Shores",
|
|
"State": "FL"
|
|
},
|
|
"Hobby": [
|
|
{
|
|
"Category": "Sport",
|
|
"Name": "Baseball"
|
|
},
|
|
{
|
|
"Category": "Recreation",
|
|
"Name": "Hiking"
|
|
}
|
|
]
|
|
}
|