类库说明文档
![]() | JsonHelperJson2ListT Method |
json转换为泛型列表
Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public static List<T> Json2List<T>( string jsonStr )
Parameters
- jsonStr
- Type: SystemString
json字符串
Type Parameters
- T
- 对象类型
Return Value
Type: ListT对象列表
