标签: php json
我有一个api我返回json。数组上的json_encode返回null。在什么情况下json_encode返回null?此外,json_encode返回的其他值表示失败
答案 0 :(得分:0)
成功时返回JSON编码的字符串,失败时返回FALSE。
<强> DOCUMENTATION 强>
json_encode()不会返回null。
json_encode()
null
如果json字符串中的某些值为null,请检查:php json_encode returning null