Class Json
Inheritance
System.Object
Json
Assembly: Catalog.dll
Syntax
Methods
StringifyAsync(Object)
Declaration
public static async Task<string> StringifyAsync(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.String> |
|
ToObjectAsync<T>(String)
Declaration
public static async Task<T> ToObjectAsync<T>(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<T> |
|
Type Parameters