gpt4 book ai didi

php - json 解码不工作

转载 作者:行者123 更新时间:2023-11-28 20:42:43 26 4
gpt4 key购买 nike

我有一个想要json_decode的数据,该数据在发送到PHP之前是json_stringify,数据如下所示:

{\"data\":{\"buildingID\":{\"2\":{\"path\":[[11,11],[10,11],[10,10],[9,10],[8,10],[8,9],[8,8],[8,7],[8,6]]}}}}

在我的脚本中,我有:

echo $_GET['as']; //this is what you see above^
$obj = json_decode($_GET['as']);
echo $obj; //no output
var_dump($obj); //this shows NULL

我的错误日志中也没有错误/通知/警告。

我想知道斜杠是否导致了某种问题?

最佳答案

斜杠确实是问题所在。

我的猜测是魔法引号是罪魁祸首。我建议你disable magic quotes .

关于php - json 解码不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14088533/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com