我有一個來自import.io的json文件,解碼時返回null,但在編碼時顯示爲字符串,並且全部存在。我怎樣才能通過PHP中的json字符串「循環」?通過PHP解析字符串格式的JSON
Json數據非常冗長,所以我沒有發佈它。
JSON:https://codeshare.io/2BD4ma
代碼:
<?php
$jsonFile = file_get_contents('feeds/quotes.json');
//decode
$results = json_encode($jsonFile, TRUE);
var_dump($results);
?>
也許回答以前ously? http://stackoverflow.com/questions/5164404/json-decode-to-array –
發佈樣本json和你試過的示例代碼 – Elby
看看http://www.dyn-web.com/tutorials/php- js/json/decode.php –