blob: 76737c7d42a0afe76fab416d9817f145503db565 [file] [log] [blame]
{"employee":{
"@name":"John Doe",
"home-address":{
"street":"123 Fake Street",
"city":"Ottawa",
"country":"Canada"
},
"address":[{
"street":"222 Fake Street",
"city":"Toronto",
"country":"Canada"
},
{
"street":"222 Fake Street",
"city":"Toronto",
"country":"Canada"
}
],
"simple-element":["123"],
"qname-element":["myns:localname"],
"complex-element":[{
"child":"value"
}]
}}