echo $value gives {\"logo\":\"fffffff\"}
this json was traveled through some function and now contains unwanted slashes.
what is the opposite function I should call to normalize it?
Like unserialize for serialize. I’m not sure which function added these slashes.
try stripslashes() on the json string
http://php.net/manual/en/function.stripslashes.php