The following JSON response returns null using json_decode()
Any ideas why it is invalid, and how can I make it valid to decode.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Look at http://jsonlint.com/
Accoring to JSONLint, you have the following error:
The error is with this in the string ‘\x27s’
The same again for line 92.
Replace them with their appropriate unicode characters or add an extra slash as one slash is escaping your string.