Deserializes the specified JSON string.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.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: ObjectDeserialized instance.
See Also