Keyoti RapidSpell Web .NET Help Docs
ToObject<(Of <(<'T>)>)> Method (json)
API DocumentationKeyoti.RapidSpell.fastJSONJSONToObject<(Of <<'(T>)>>)(String)
Keyoti RapidSpell Web .NET
Create a typed generic object from the json
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static T ToObject<T>(
	string json
)
public static T ToObject<T>(
	string json
)
Public Shared Function ToObject(Of T) ( 
	json As String
) As T
Public Shared Function ToObject(Of T) ( 
	json As String
) As T
public:
generic<typename T>
static T ToObject(
	String^ json
)
public:
generic<typename T>
static T ToObject(
	String^ json
)
static member ToObject : 
        json : string -> 'T 
static member ToObject : 
        json : string -> 'T 
Generic Template Parameters
T

[Missing <typeparam name="T"/> documentation for "M:Keyoti.RapidSpell.fastJSON.JSON.ToObject``1(System.String)"]

Parameters
json (String)
Return Value
T

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331