次の有効な json 文字列を生成する php ファイルがあります。
{
"metadata": [
{
"name": "change_id",
"label": "changeId",
"datatype": "string",
"editable": false,
"hide": true
},
{
"name": "change_parent_id",
"label": "changeParentId",
"datatype": "string",
"editable": false,
"hide": true
},
{
"name": "change_date",
"label": "Date",
"datatype": "string",
"editable": false,
"hide": true
},
{
"name": "change_user",
"label": "User",
"datatype": "string",
"editable": false,
"hide": true
}
],
"data": [
{
"id": 1,
"values": [
"test",
"test",
"test",
"test"
]
}
]
}
最初の 2 つの列を非表示にしたいのですが、メタデータ オブジェクトに設定するプロパティは何ですか?