I've been searching through the Internet for a while, still have no idea what should I do... here's my code:
String res = "...";
JSONArray jArr = new JSONArray(res);
res contains following:
[["000000000001","club1","www.example.com","some adress"],["000000000002","club2","www.example.com","some adress2"]]
I just keep getting this error and don't know how to fix it, please help :C