asked on
{
"results" : [
{
name : "adam" ,
family : {
siblings: [
{"relation" : "sister" , "name":"jennifer"},
{"relation" : "brother" , "name":"john"}
],
mother : "janet",
father : "thomas"
}
},
{
name : "johnathon" ,
family : {
siblings: [
{"relation" : "brother" , "name":"scott"},
{"relation" : "brother" , "name":"chuck"}
],
mother : "debby",
father : "shawn"
}
},
....
]
}