我无法在PHP中解析此JSON

时间:2018-06-30 17:43:28

标签: php json

我有一个JSON 对象,但是我无法在PHP中解析它。

$data = file_get_contents("http://noticiasjson.blob.core.windows.net/json3/super/map_minuto.json");
$json = json_decode($data, true);
var_dump($json);

结果

我在做什么错了?

0 个答案:

没有答案