blob: c35ed38abf420792b8cd474503719c94f08a9d53 [file] [log] [blame]
{"root":{
"employee":{
"id":"222",
"name":"Joe Smith",
"address-id":"199"
},
"address":[
{"aid":"199",
"street":"Some Other St.",
"city":"Anyothertown",
"country":"Canada",
"zip":"X0X0X0"
}
],
"phone-number":[
{
"id":"123",
"number":"613-123-4567"
},
{
"id":"456",
"number":"613-234-5678"
}
]
}}