<?php. // The response from an API call.. $json_string = '{"array" : ["a", "b", "c"]}';. // Use json_decode to get a JSON object as a PHP associative array.
確定! 回上一頁