Thursday, 5 September 2013

how to remove double codes from the json string format using php

how to remove double codes from the json string format using php

I am new to JSON
["Date.UTC(2011,10,29)","13"] need to remove double quotes in the each
date and frequency. tried using below code.. but still see the double
quotes.. What am I missing?
$json_string = json_encode($response);
echo $json_string;

No comments:

Post a Comment