Component FromJSON T  Method CTCT Wrapper Documented Class Library
Get the object from JSON.

Namespace: CTCT.Components
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public static T FromJSON<T>(
	string json
)
where T : class

Parameters

json
Type: System String
The serialization string.
Type Parameters

T
The class type to be deserialized.

Return Value

Returns the object deserialized from the JSON string.
See Also