Click or drag to resize
JsonSerializerDeserializeT Method
Deserializes JSON data to objects.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static T Deserialize<T>(
	string jsonData
)

Parameters

jsonData
Type: SystemString
The JSON string.

Type Parameters

T
The type to be deserialized (data contract).

Return Value

Type: T
The data contract object.
See Also