Package com.aerisweather.aeris.util
Class JSONUtil
- java.lang.Object
-
- com.aerisweather.aeris.util.JSONUtil
-
public class JSONUtil extends Object
Helper class for units tests
-
-
Constructor Summary
Constructors Constructor Description JSONUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
logTestJSON(org.json.JSONObject obj)
Prints out the json to the system.out during units tests.
-