RosettaCodeData/Task/JSON/Gosu/json-2.gosu

21 lines
311 B
Plaintext

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