blob: d008dffed9de67d56b10caf7aac77a4fd4b57305 [file] [log] [blame]
{"root":{
"employee":{
"id":"222",
"name":"Joe Smith",
"phone-id":["123","456"],
"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"
}
]
}}