Parse Method (json)

Json.NET

Json.NET - Quick Starts & API Documentation Parse Method (json)
NamespacesNewtonsoft.Json.LinqJTokenParse(String)
Load a JToken from a string that contains JSON.
Declaration Syntax
C# Visual Basic Visual C++
public static JToken Parse(
	string json
)
Public Shared Function Parse ( _
	json As String _
) As JToken
public:
static JToken^ Parse(
	String^ json
)
Parameters
json (String)
A String that contains JSON.
Return Value
A JToken populated from the string that contains JSON.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)