get JSONObject
Method to get from JSONObject a jsonObject
Return
value as JSONObject, if it is not exist will return null value
Parameters
: "JSON"
from fetch data
: key of JSONObject to get from json
Throws
: when this exception has been trowed will be returned null as default value
Method to get from JSONObject a jsonObject
Return
value as JSONObject, if it is not exist will return defValue
Parameters
: "JSON"
from fetch data
: key of JSONObject to get from json
: default value to return if primary value not exists
Throws
: when this exception has been trowed will be returned null as default value
Method to get from JSONArray a jsonObject
Return
value as JSONObject, if it is not exist will return null value
Parameters
: "JSON"
from fetch data
: index of JSONObject to get from json
Method to get from JSONArray a jsonObject
Return
value as JSONObject, if it is not exist will return defValue
Parameters
: "JSON"
from fetch data
: index of JSONObject to get from json
: default value to return if primary value not exists
Method to get from JSONObject a jsonObject
Return
value as JSONObject, if it is not exist will return null value
Parameters
: key of JSONObject to get from json
Throws
: when this exception has been trowed will be returned null as default value
Method to get from JSONObject a jsonObject
Return
value as JSONObject, if it is not exist will return defValue
Parameters
: key of JSONObject to get from json
: default value to return if primary value not exists
Throws
: when this exception has been trowed will be returned null as default value
Method to get from JSONArray a jsonObject
Return
value as JSONObject, if it is not exist will return null value
Parameters
: index of JSONObject to get from json
Method to get from JSONArray a jsonObject
Return
value as JSONObject, if it is not exist will return defValue
Parameters
: index of JSONObject to get from json
: default value to return if primary value not exists