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