我想创建多个表,具体取决于我可用的对象数量,让我举一个例子,JSON数据是
{
"data": [
{
"name": "Contest",
"value": "Contest"
},
{
"name": "State",
"value": "State"
},
{
"name": "County",
"value": "County"
},
{
"name": "Election Date",
"value": "Election_Date"
}
],
"metadata": [
{
"1": {
"name": "name",
"type": "text"
},
"2": {
"name": "value",
"type": "text"
}
},
{
"rows": 4
}
],
"lastModified": 1492072490000
}
我在网上找到了一个解决方案,但如果有人能给我任何建议,我就无法使用Javascript来实现。
该网站为http://json2table.com/