CUrlResponse Get T  Method CTCT Wrapper Documented Class Library
Returns the object represented by the JSON string.

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

public T Get<T>()
where T : class
Type Parameters

T
Object type to return.

Return Value

Returns the object from its JSON representation.
See Also