<?php $array = array( 'query' => 'hi', 'suggestions' => array ( 0 => 'history', 1 => 'hilton', 2 => 'hilton hhonors', 3 => 'hillary clinton', 4 => 'hickory farms', 5 => 'hip2save', 6 => 'hitler', 7 => 'hipaa', ), ); echo json_encode($array, JSON_PRETTY_PRINT) . "\n"; $array = array_values($array); echo json_encode($array, JSON_PRETTY_PRINT) . "\n";
You have javascript disabled. You will not be able to edit any code.