how to json_encode an array in php unexpected identifier

32

how to json_encode an array in php unexpected identifier -

// Don't wrap the json_encode result in quotes
var data = <?php echo json_encode($serializedData) ?>;

Comments

Submit
0 Comments