Constructor JsonData
JsonData(string)
Declaration
public JsonData(string json = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | json | A JSON representing a JsonData instance. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | Thrown if the given JSON isn't null nor empty and doesn't have a correct JSON format. |