Keyoti RapidSpell Web .NET Help Docs
Parse Method (json)
API DocumentationKeyoti.RapidSpell.fastJSONJSONParse(String)
Keyoti RapidSpell Web .NET
Parse a json string and generate a Dictionary<string,object> or List<object> structure
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static Object Parse(
	string json
)
public static Object Parse(
	string json
)
Public Shared Function Parse ( 
	json As String
) As Object
Public Shared Function Parse ( 
	json As String
) As Object
public:
static Object^ Parse(
	String^ json
)
public:
static Object^ Parse(
	String^ json
)
static member Parse : 
        json : string -> Object 
static member Parse : 
        json : string -> Object 
Parameters
json (String)
Return Value
Object

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