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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.0.0.0 (3.0.0.0)