I'm receiving an ajax call with the next data:
[['Berlin'],['Berlin Wannsee'],['Berlin Hauptbahnhof']]
I know that, to be rendered with the autocomplete function of jquery it has to be in the correct json format, but this is what I have. There are any way to could use this directly?
I read something about _renderItem, but I don't know if this is what I need.