JsonUtilityDeserializeT(String) Method

Deserializes the specified JSON string.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static T Deserialize<T>(
	string json
)

Parameters

json  String
The JSON string.

Type Parameters

T
Type of instance to deserialize.

Return Value

T
Deserialized instance.

See Also