Hi, I've got this string when parsed a web page.
string(41) "_result_ = {status:"OK",
id:"30025",
name:"John Doe",
location:"India"}"
I believe that this code is JSON. but when I use json_decode() , it returns NULL. Someone Please help me parse this string. Thank you. :)