I have the following JSON string, which was an Objective C array then encoded to JSON:
$jsonString=[\\\"a@gmail.com\\\",\\\"b@gmail.com\\\",\\\"c@gmail.com\
Try this: json_decode($json_string, true);
json_decode($json_string, true);