2
I just need to get the names of the moderators and viewers of this json:
{
"_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 am using JSON.Net but could not get a satisfactory result.
What have you tried?
– Leonel Sanches da Silva
Look if it’s that what you need.
– Brunno
@Brunno I was doing even so Brunno, was declaring the classes erroneously, even so thank you for the solution!
– Marcos Barbosa
@Marcosbarbosa legal, posted as an answer.
– Brunno