JsonUtilityDeserialize(String, Boolean, Boolean) 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 Object Deserialize(
	string json,
	bool typeHandling = false,
	bool objectReplace = false
)

Parameters

json  String
The JSON string.
typeHandling  Boolean  (Optional)
When true handle type resolution
objectReplace  Boolean  (Optional)
When true handles dynamic structure anonymous types

Return Value

Object
Deserialized instance.

See Also