类库说明文档
JsonHelperJson2Dictionary Method |
json转换为字典
Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static Dictionary<string, Object> Json2Dictionary( string json )
Parameters
- json
- Type: SystemString
json字符串
Return Value
Type: DictionaryString, Object字典
See Also