Json
Helper
Constructor to init JsonHelper tool class
Parameters
json Source
: the source of "JSON"
to work on, it can be
formatted as object or array "JSON"
structures
Throws
when "jsonSource"
inserted is not a valid "JSON"
source
constructor(jsonObjectSource: JSONObject)
Constructor to init JsonHelper tool class
Parameters
json Object Source
: jsonObject used to fetch data
constructor(jsonArraySource: JSONArray)
Constructor to init JsonHelper tool class
Parameters
json Array Source
: jsonArray used to fetch data
constructor(jsonObjectSource: JSONObject, jsonArraySource: JSONArray)
Constructor to init JsonHelper tool class
Parameters
json Object Source
: jsonObject used to fetch data
json Array Source
: jsonArray used to fetch data