How to test a empty JSON string?
There is a String x = {"list":[],"javaClass":"java.util.ArrayList"};
This is JSON type of string.
In this case, the list is empty. My question is, how can I test if a JSON type of string, such as the above, is empty or not?
Thanks
Scott