Constructor JsonObject
JsonObject()
Defafault constructor
Declaration
public JsonObject()
JsonObject(String)
Overloaded constructor which 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 |