<?php $test_array=array(0 => "arr0", 1=> "arr1", 2=> "arr2"); $json_out = json_encode(array_values($test_array)); print_r($json_out);
You have javascript disabled. You will not be able to edit any code.