Listen
$json_string = '{"name":"John Doe","age":30,"email":"[email protected]"}'; $data = json_decode($json_string, true); print_r($data);
$json_string = '{"name":"John Doe","age":30,"email":"[email protected]"}'; $data = json_decode($json_string, true); print_r($data);