Class JsonWriter
Namespace: Ludiq.TinyJson
Syntax
public static class JsonWriter
Methods
ToJson(Object)
Declaration
public static string ToJson(this object item)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | item |
Returns
| Type | Description |
|---|---|
| String |
public static class JsonWriter
public static string ToJson(this object item)
| Type | Name | Description |
|---|---|---|
| Object | item |
| Type | Description |
|---|---|
| String |