IJsonSerializer::Parse Method

.NET Framework 4.5

Deserializes the JSON to a .NET object.

Namespace:  Microsoft.AspNet.SignalR.Json
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Object^ Parse(
	String^ json, 
	Type^ targetType
)

Parameters

json
Type: System::String
The JSON to deserialize.
targetType
Type: System::Type
The Type of object being deserialized.

Return Value

Type: System::Object
The deserialized object from the JSON string.
Show: