Qu'affiche le code suivant ?
<?php $a=array('abc','def'); header('Content-Type: application/json'); echo json_encode($a);?>