blob: 8ccf9eac800a9a67499c4abbc6e813f9ac55c6a9 [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"]
}}