JsonHelper.Json2List(T) Method

DCSoft.DBUtilityGeneric

JsonHelperJson2ListT 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 List<T> Json2List<T>(
	string jsonStr
)

Parameters

jsonStr
Type: SystemString
json字符串

Type Parameters

T
对象类型

Return Value

Type: ListT
对象列表
See Also