get Big Integer
Method to get from JSONObject a BigInteger value
Return
value as BigInteger, if it is not exist will return null value
Parameters
: key of BigInteger value to get from json
Throws
: when this exception has been trowed will be returned null as default value
Method to get from JSONObject a BigInteger value
Return
value as BigInteger, if it is not exist will return defValue
Parameters
: key of BigInteger value 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 JSONObject a BigInteger value
Return
value as BigInteger, if it is not exist will return null value
Parameters
: "JSON"
from fetch data
: key of BigInteger value to get from json
Throws
: when this exception has been trowed will be returned null as default value
Method to get from JSONObject a BigInteger value
Return
value as BigInteger, if it is not exist will return defValue
Parameters
: "JSON"
from fetch data
: key of BigInteger value 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 BigInteger value
Return
value as BigInteger, if it is not exist will return null value
Parameters
: index of BigInteger value to get from json
Method to get from JSONArray a BigInteger value
Return
value as BigInteger, if it is not exist will return defValue
Parameters
: index of BigInteger value to get from json
: default value to return if primary value not exists
Method to get from JSONArray a BigInteger value
Return
value as BigInteger, if it is not exist will return null value
Parameters
: "JSON"
from fetch data
: index of BigInteger value to get from json
Method to get from JSONArray a BigInteger value
Return
value as BigInteger, if it is not exist will return defValue
Parameters
: "JSON"
from fetch data
: index of BigInteger value to get from json
: default value to return if primary value not exists