Source Code:
(back to article)
<?php $array = array('a' => 1, 'b' => 2, 'c' => 3, 'd' => 4, 'e' => 5); echo json_encode($array); ?>
Result:
Report an issue