get Json Helper
Method to get from JSON a jsonHelper
Return
value as T, if it is not exist will return null
Parameters
: "JSON"
from fetch data
: key of JsonHelper to get from json
Method to get from JSON a jsonHelper
Return
value as JsonHelper, if it is not exist will return defValue
Parameters
: "JSON"
from fetch data
: key of JsonHelper to get from json
: default value to return if primary value not exists
Method to get from JSON a jsonHelper
Return
value as T, if it is not exist will return null
Parameters
: "JSON"
from fetch data
: index of JsonHelper to get from json
Method to get from JSON a jsonHelper
Return
value as JsonHelper, if it is not exist will return defValue
Parameters
: "JSON"
from fetch data
: index of JsonHelper to get from json
: default value to return if primary value not exists
Method to get from JSON a jsonHelper
Return
value as JsonHelper, if it is not exist will return null
Parameters
: key of JsonHelper to get from json
Method to get from JSON a jsonHelper
Return
value as JsonHelper if exists, if it is not exist will return defValue
as T
Parameters
: key of JsonHelper to get from json
: default value to return if primary value not exists
Method to get from JSON a jsonHelper
Return
value as JsonHelper, if it is not exist will return null
Parameters
: index of JsonHelper to get from json
Method to get from JSON a jsonHelper
Return
value as JsonHelper if exists, if it is not exist will return defValue
as T
Parameters
: index of JsonHelper to get from json
: default value to return if primary value not exists