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

Load a JArray 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 JArray Parse(
	string json
)
Visual Basic (Declaration)
Public Shared Function Parse ( _
	json As String _
) As JArray
Visual C++
public:
static JArray^ Parse(
	String^ json
)

Parameters

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

Return Value

A JArray populated from the string that contains JSON.

See Also

JArray Class
Facebook.Json.Linq Namespace