JsonHelper.Json2Object(T) Method

DCSoft.DBUtilityGeneric

JsonHelperJson2ObjectT 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 T Json2Object<T>(
	string jsonStr
)

Parameters

jsonStr
Type: SystemString
json字符串

Type Parameters

T
对象类型

Return Value

Type: T
对象实体
See Also