[This is preliminary documentation and is subject to change.]

Load a JObject from a string that contains JSON.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public static JObject Parse(
	string json
)
Visual Basic (Declaration)
Public Shared Function Parse ( _
	json As String _
) As JObject
Visual C++
public:
static JObject^ Parse(
	String^ json
)

Parameters

json
Type: System..::.String
A String that contains JSON.

Return Value

A JObject populated from the string that contains JSON.

See Also

JObject Class
Facebook.Json.Linq Namespace