JsonSerializationUtils.Deserialize<T>

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

public static T Deserialize<T>(string jsonText,
	bool throwExceptions)

Parameters

jsonText

throwExceptions


See also:

Class JsonSerializationUtils

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