How to test if JSON object is empty in Java

The Solution to How to test if JSON object is empty in Java is


obj.length() == 0

is what I would do.

~ Answered on 2014-06-09 21:18:09


Most Viewed Questions: