JsonHelper

public final class JsonHelper

For Clover internal use only.

There are two copies of this file, one in clover-android-sdk and one in schema-tool, please keep them in sync.

Functions

Link copied to clipboard
public static JSONObject deepCopy(JSONObject jsonObject)
Link copied to clipboard
public static Map<String, Object> getMap(JSONObject object, String key)
Link copied to clipboard
public static boolean isEmptyObject(JSONObject object)
Link copied to clipboard
public static Object toJSON(Object object)
Link copied to clipboard
public static List toList(JSONArray array)
Link copied to clipboard
public static Map toMap(JSONObject object)