Method JsonEncode
JsonEncode(object)
Converts an object into a JSON string
Declaration
public static string JsonEncode(object json)
Parameters
| Type | Name | Description |
|---|---|---|
| object | json | Object to convert to JSON string |
Returns
| Type | Description |
|---|---|
| string | JSON string |