比如这种.
{"data":[{"stuff":[
{"onetype":[
{"id":1,"name":"John Doe"},
{"id":2,"name":"Don Joeh"}
]},
{"othertype":[
{"id":2,"company":"ACME"}
]}]
},{"otherstuff":[
{"thing":
[[1,42],[2,2]]
}]
}]}
还是只能根据不同的主键用多个table来显示.
我一般使用一个库叫做juicer.js,可以把json中的数据填进一个可以自定义的html模版中