blob: 492b89f9c2a97a3f588331873b9b1eb3335b3d01 [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"
}]
}}