var sshwo=[];
var jjssoonn={"list":[
{"childs":
[{"childs":[],"id":1,"name":"入口1","ralationTypeId":0},
{"childs":[],"id":2,"name":"概况","ralationTypeId":0}
],
"id":191,"name":"01-01","ralationTypeId":130},
{"childs":[],
"id":206,"name":"03-01","ralationTypeId":130}
],
"success":"true"
};
sshwo=jjssoonn.list;
for(var i=0;i<sshwo.length;i++)
{
var ss2=sshwo[i].name;
alert(ss2);
}