重複の可能性:
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"
}]