Constructor JsonObject
JsonObject()
The default constructor of class JsonObject.
Declaration
public JsonObject()
JsonObject(String)
An Overloaded constructor that populates attributes by parsing given JSONObject string.
Declaration
public JsonObject(string json)
Parameters
Type | Name | Description |
---|---|---|
System.String | json | String representation of JSONObject. |
JsonObject(String, String)
Overloaded constructor which populates attributes by parsing given JSONObject string and Type.
Declaration
public JsonObject(string json, string type)
Parameters
Type | Name | Description |
---|---|---|
System.String | json | String representation of JSONObject. |
System.String | type | Type of the JSONObject. |