Php returns NULL using json_decode

Source: Internet
Author: User

Php5.2 and later comes with the json_decode function, but the format requirements for json text strings are very strict. The return value obtained by using this function is NULL. the return value obtained by using the json_last_error () function is JSON_ERROR_SYNTAX (Syntax error ). You can troubleshoot the error in the following ways. 1. json strings must contain $ output = str_replace ("'",' "', $ output); 2. the json string must be UTF-8 encoded $ output = iconv ('gbk', 'utf8', $ output); 3. there cannot be redundant commas, for example, [,], replace with regular expressions, preg_replace ('/, \ s * ([\]}])/m',' $1 ', $ output)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.