可能重复:
使用 PHP 解析 JSON 文件
任何人都可以提出一种优雅的方法来使用 php 将下面形式的数组更改为仅包含主键的数组吗?
[{
"PrimaryKey": "489",
"name": "Ted"
}, {
"PrimaryKey": "488",
"name": "Bill"
}, {
"PrimaryKey": "487",
"singleFbId": "Joe"
}]
可能重复:
使用 PHP 解析 JSON 文件
任何人都可以提出一种优雅的方法来使用 php 将下面形式的数组更改为仅包含主键的数组吗?
[{
"PrimaryKey": "489",
"name": "Ted"
}, {
"PrimaryKey": "488",
"name": "Bill"
}, {
"PrimaryKey": "487",
"singleFbId": "Joe"
}]