如何從json對象的末尾刪除分號。如何從php中刪除分號使用php
JSON對象
[{
"id": 1,
"clear": "test",
"fsssf": "2017-09-18 04:13:00",
"tex": "asfasdfasdf",
"created_at": null,
"updated_at": null
}, {
"id": 2,
"clear": "test",
"fsssf": "2017-09-18 04:13:00",
"tex": "asfasdfasdf",
"created_at": null,
"updated_at": null
}];
我試圖與rtrim
,substr
,stropt
和所有不工作。
我需要更換這個「」與數據表API
你如何獲得此JSON?這個分號來自哪裏? –