类库说明文档
JsonHelper Methods |
The JsonHelper type exposes the following members.
Methods
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.) |
See Also