RosettaCodeData/Task/JSON/Gosu/json-2.gosu
2017-09-25 22:28:19 +02: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"
}
]
}