// Use json_encode to collapse the array to json string: $stuff = array(1,2,3); print json_encode($stuff); //Prints [1,2,3]