Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreateFromJson ( string name, string json ) : |
Creates from json.
|
|
ToJson ( bool ignoreNulls ) : string |
To the json.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
public static CreateFromJson ( string name, string json ) : |
||
name | string | The name. |
json | string | The json. |
return |
public ToJson ( bool ignoreNulls ) : string | ||
ignoreNulls | bool | if set to |
return | string |