JsonUtilityDeserialize Method (String, Boolean, Boolean)

Scanjour Workflow4 Reference Manual
Deserializes the specified JSON string.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static Object Deserialize(
	string json,
	bool typeHandling = false,
	bool objectReplace = false
)

Parameters

json
Type: SystemString
The JSON string.
typeHandling (Optional)
Type: SystemBoolean
When true handle type resolution
objectReplace (Optional)
Type: SystemBoolean
When true handles dynamic structure anonymous types

Return Value

Type: Object
Deserialized instance.
See Also

Reference