JsonHelper Class
类库说明文档
| JsonHelper Class |
json帮助类
Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
C#
public class JsonHelper
The JsonHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| JsonHelper | Initializes a new instance of the JsonHelper class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| getDictionary |
获取字典
| |
| GetHashCode | (Inherited from Object.) | |
| getObjectList |
获取对象列表
| |
| GetType | (Inherited from Object.) | |
| Json2Dictionary |
json转换为字典
| |
| Json2ListT |
json转换为泛型列表
| |
| Json2ObjectT |
json转换为对象
| |
| Json2XML |
json转换为xml
| |
| Linq2Json |
linq转换为json
| |
| Linq2String |
linq转换为字符串
| |
| MemberwiseClone | (Inherited from Object.) | |
| Object2Json(Object) |
对象转换为json
| |
| Object2Json(Object, JsonSerializerSettings) |
对象转换为json
| |
| ToString | (Inherited from Object.) |