Im trying to get data in pylon to use in jquery autocomplete, the librarary i\'m using for autocomplete it requires this format
abc pqr xyz >
abc pqr xyz
"\n".join(item[0] for item in my_list)
However, what's this got to do with JSON...?