Как проверить, пуст ли объект JSON
obj.length() == 0
is what I would do.
Santino
obj.length() == 0
is what I would do.