{
"firstName": "John",
"lastName": "Smith",
"address": [
{
"streetAddress": "21 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": "0021"
}
],
"age": 25,
"phoneNumbers": [
{
"type": "home",
"number": "212 555-1234"
},
{
"type": "fax",
"number": "212 555-1234"
}
]
}
将此作为json文件并作为输入,并将其转换为excel工作表。 我在解析json数组时遇到了困难。