614e2dfe ^
1 2 3 4 5 6 7
<?php echo json_encode(array( 'key' => 'value', 'number' => 123, 'list' => array(1,2,3,4,5,6,'foo') ));