$arr = Array('one', 'two', 'three'); // $arr = Array('0'=>'one', '2'=>'two', '1'=>'three'); echo json_encode($arr);