Como verificar se um objeto JSON está vazio
obj.length() == 0
is what I would do.
Santino
obj.length() == 0
is what I would do.