My json_decode() is failing, but I can’t call json_last_error() because that function isn’t available in PHP 5.2.6 (introduced in 5.3).
Is there another way for me to get the error message so I can debug my php?
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.
Here is a JSON validator. Copy your JSON into it and it will tell you where the errors are.