comment json_encode un tableau dans l'identifiant inattendu PHP

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