auto
Search
Method to get from JSONObject a generic value
Return
value as T, if it is not exist will return null
Parameters
json
: JSONObject from fetch data
search Key
: key for value to fetch
Method to get from JSONObject a generic value
Return
value as T, if it is not exist will return defValue
Parameters
json
: JSONObject from fetch data
search Key
: key for value to fetch
def Value
: default value to return if primary value not exists