Package net.mst.utilities.json
Class JsonObject
java.lang.Object
net.mst.utilities.json.JsonObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddaptive(JsonObject JsonObject) getBoolean(String Key) getInteger(String Key) getKeys()hash()booleanisEmpty()removeValue(String Key)
-
Constructor Details
-
JsonObject
public JsonObject()
-
-
Method Details
-
hash
-
addValue
-
removeValue
-
contains
-
getKeys
-
isEmpty
public boolean isEmpty() -
get
-
getString
-
getInteger
-
getLong
-
getBoolean
-
getObject
-
getArray
-
addaptive
-