blob: f0bf6388ee7ebefafa5188324fc35b9dd0cf6243 [file] [log] [blame]
{"employee":{
"@name":"John Doe",
"home-address":{
"street":"123 Fake Street",
"city":"Ottawa",
"country":"Canada"
},
"jb1":["jb1String","jb3String"],
"address":[{
"street":"222 Fake Street",
"city":"Toronto",
"country":"Canada"
},
{
"street":"second address",
"city":"Ottawa",
"country":"Canada"
}
],
"jb2":[15],
"jb4":[{
"street":"222 Fake Street",
"city":"Toronto",
"country":"Canada"
}
],
"value":["new string1", 10, "new string2"]
}}