I just need to get the names of the json moderators and viewers:
{
"_links": {},
"chatter_count": 16,
"chatters": {
"moderators": ["gumagames", "juliavidoto", "nightbot", "pinkpanthersz_", "victoriia66"],
"staff": [],
"admins": [],
"global_mods": [],
"viewers": ["andreschramm", "anotheruselessbot", "barbosza", "brancoxp", "froydz1515", "hurato2", "luiz522", "phoenixlabella", "rockmam", "sumarilion1988", "xoverxkill"]
}
}
I'm using JSON.Net but I did not get a satisfactory result.