RosettaCodeData/Task/JSON/Gosu/json-2.gosu
2023-07-01 13:44:08 -04:00

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"
}
]
}