blob: 50a451c009ff1cfc97174cefe233e3af19bb2661 [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":[{
"@type":"address",
"street":"222 Fake Street",
"city":"Toronto",
"country":"Canada"
}
],
"value":["new string1", 10, "new string2"]
}}