Im trying to do an app for twitch.tv. I found a way to list usernames in chat on a live stream. Its in json format
https:// tmi.twitch.tv /group/user/ *CHANNEL NAME* /chatters
EXAMPLE :https: // tmi.twitch.tv /group/user/tsm_dyrus/chatters
http:// pastebin.com /vnMGAS9A
But after reading forum for last 3 hours trying various examples i can not get this json data in any way to construct 2 (im trying examples only localy). I tryed loadJson1.2 plugin, construct 2 json functionality and many more. Can some one provide me with a working example. I would be realy greatful.