JsonSerializationUtils.Deserialize

Deserializes an object, array or value from JSON string to an object or value

public static object Deserialize(string jsonText,
	Type type,
	bool throwExceptions)

Parameters

jsonText

type

throwExceptions


See also:

Class JsonSerializationUtils

© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic