I'm trying to check if a guildID is in my JSON object. I got all stuff parsed and done, but I just don't know how to check it.
{
"893782530879258635": {
}
}
Expected output: True
{
}
Expected output: False
I'm trying to check if a guildID is in my JSON object. I got all stuff parsed and done, but I just don't know how to check it.
{
"893782530879258635": {
}
}
Expected output: True
{
}
Expected output: False