The Json has some quotes that was causing troubles, because the stripslashes() function was been applicated before json_decode, so it was been applied twice. Removing stripslashes() function, this is already added in json_decode().
The Json has some quotes that was causing troubles, because the stripslashes() function was been applicated before json_decode, so it was been applied twice. Removing stripslashes() function, this is already added in json_decode().