Package org.everit.json.schema.loader
Class OrgJsonUtil
java.lang.Object
org.everit.json.schema.loader.OrgJsonUtil
Utility class simplifying working with org.json.JSONObject and JSONArray in a way that it also works
on android.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String[]getNames(org.json.JSONObject obj) toList(org.json.JSONArray arr) Used as a replacement ofJSONArray#toList()(which doesn't exist in the android version of org.json).toMap(org.json.JSONObject obj) Used as a replacement ofJSONObject#toMap()(which doesn't exist in the android version of org.json).
-
Method Details
-
toMap
Used as a replacement ofJSONObject#toMap()(which doesn't exist in the android version of org.json). -
toList
Used as a replacement ofJSONArray#toList()(which doesn't exist in the android version of org.json). -
getNames
-