blob: 7f78d96e8b54c3e53e8bc401d013c93e80873ad1 [file] [log] [blame]
{
"x.employee-data" : {
"id" : 10,
"firstName" : "Bob",
"lastName" : "Smith",
"birthday" : "2005-05-24T16:06:53",
"responsibilities" : {
"responsibility" : [ {
"xsi.type" : "string",
"value" : "Fix Bugs"
}, {
"xsi.type" : "string",
"value" : "Write JAXB2.0 Prototype"
}, {
"xsi.type" : "string",
"value" : "Write Design Spec"
}, {
"xsi.type" : "int",
"value" : 10
} ]
}
}
}