Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php json_encode remove array index

$arr['dates'] = array_values($arr['dates']);
//..
$arr = json_encode($arr);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #remove #array #index
ADD COMMENT
Topic
Name
7+6 =