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
All Methods Static Methods Concrete Methods 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)static Set<String>keys(org.json.JSONArray a, String path, String key)static Set<String>keys(org.json.JSONObject json, String path)
-