I am currently using a JSON encoded array to display the users in my database for an auto-suggest feature.
It looks something like this:
$sth = mysql_que
You could edit the JSON (text), but it's much easier to modify the array before you encode it. Or am I missing something?