点击或拖拽改变大小

JsonSerializerToObject 方法 (String, Type, JsonDeserializeOption)

Converting Json strings to objects

命名空间:  CPF.Windows.Json
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public static Object ToObject(
	string json,
	Type type,
	JsonDeserializeOption option = null
)

参数

json
类型:SystemString
Json string
type
类型:SystemType
Types converted
option (Optional)
类型:CPF.Windows.JsonJsonDeserializeOption
Json Deserialize Option

返回值

类型:Object
Object
参见