This should do the trick! // convert object => json $json = json_encode($myObject); // convert json => object $obj = json_decode($json);.
確定! 回上一頁