Json class
Json helper.
public static class Json
Public Members
name | description |
---|---|
static Deserialize<T>(…) | Json string to model. (2 methods) |
static Serialize(…) | Model to json string. |
See Also
- namespace LiTools.Helpers.Encoding
- Json.cs
Json helper.
public static class Json
name | description |
---|---|
static Deserialize<T>(…) | Json string to model. (2 methods) |
static Serialize(…) | Model to json string. |