blob: 5ce9178da4f3c6658b28d8b3e8f8ec6435dd7ed2 [file] [log] [blame]
{"root":{
"type":"treeSetOfEmployee",
"item":[
{
"id":10,
"firstName":"Bob",
"lastName":"Smith",
"responsibilities":{
"responsibility":[
{
"type":"string",
"value":"Fix Bugs"
},{
"type":"string",
"value":"Write JAXB2.0 Prototype"
},{
"type":"string",
"value":"Write Design Spec"
}
]
}
},{
"id":100,
"firstName":"Bob2",
"lastName":"Smith2",
"responsibilities":{
"responsibility":[
{
"type":"string",
"value":"Fix Bugs"
}
]
}
}
]
}}