blob: 57dece4030a0bbd42e2f7033ef50c28934ed328b [file] [log] [blame]
{"employee":{
"@name":"John Doe",
"home-address":{
"street":"123 Fake Street",
"city":"Ottawa",
"country":"Canada"
},
"address":[{
"street":"123 Fake Street",
"city":"Ottawa",
"country":"Canada"
},
{
"street":"123 Fake Street",
"city":"Ottawa",
"country":"Canada"
}
],
"jb1":["abc","def",15],
"jb2":[10]
}}