Hello. I have $data as JSON encoded data and I have this string:
$new_data = "color:'red'";
that needs to be added to $data so that I can read it from it as a json string.
How can I achieve this ?
Thank you.
Hello. I have $data as JSON encoded data and I have this string:
$new_data = "color:'red'";
that needs to be added to $data so that I can read it from it as a json string.
How can I achieve this ?
Thank you.