Package de.kosmos_lab.utils
Class JSONFunctions
java.lang.Object
de.kosmos_lab.utils.JSONFunctions
public class JSONFunctions extends Object
-
Constructor Summary
Constructors Constructor Description JSONFunctions() -
Method Summary
Modifier and Type Method Description static Objectget(org.json.JSONObject json, String path)static booleanhas(org.json.JSONObject json, String path)static booleanhasEntries(org.json.JSONArray jsonArray, String[] keys)static booleanhasEntries(org.json.JSONObject json, String[] keys)
-
Constructor Details
-
JSONFunctions
public JSONFunctions()
-
-
Method Details
-
hasEntries
-
hasEntries
-
get
-
has
-