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 |