将通过file_get_contents接收的字符串转换为JSON对象

时间:2018-09-24 16:17:59

标签: php json

我需要抓取JSON数据。 给定链接以JSON格式显示扫描结果。

$json = file_get_contents('https://www.magereport.com/scan/result/?s=http://magento2-demo.nexcess.net/');
$obj = json_decode($json);

$obj始终为NULL。 这样可以吗?

output of echo $json is in this pic.

0 个答案:

没有答案