Class JsonExtensions
Provides methods for returning a list of element from a json file or write a list into a json file.
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
public static class JsonExtensions
Methods
| Name | Description |
|---|---|
| FromJsonList<T>(string) | Convert a json formated list into a c# list. |
| ListToJson<T>(List<T>, bool) | Convert a c# list into a json list |