Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Utility.JsonDeserialize Method

Deserializes a JSON string to an object.

Class: YetaWF.Core.Support.Utility
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static object JsonDeserialize( string value );
public static TYPE JsonDeserialize<TYPE>( string value );
public static object JsonDeserialize(
    string value,
    Type type );

Parameters

value

The JSON string.

type

The type of the deserialized object.

Return Value

Returns the object.

See Also YetaWF.Core.Support.Utility ClassYetaWF.Core Overview