Attributes

constructor()

Create NULL attributes.


constructor(object: JSONObject)

Initialize attributes with a JSONObject.


constructor(array: JSONArray)

Initialize attributes with a JSONArray.


constructor(string: String)

Initialize attributes with a String.


constructor(number: Number)

Initialize attributes with a Number.


constructor(value: Boolean)

Initialize attributes with a boolean value.