public final class JsonUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
flatten(org.json.JSONObject json) |
static CrashReportData |
toCrashReportData(org.json.JSONObject json) |
static org.json.JSONObject |
toJson(CrashReportData data) |
public static org.json.JSONObject toJson(CrashReportData data)
public static CrashReportData toCrashReportData(org.json.JSONObject json)
public static java.util.List<java.lang.String> flatten(org.json.JSONObject json) throws org.json.JSONException
org.json.JSONException