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

Creates a JArray from an object.

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

Syntax

C#
public static JArray FromObject(
	Object o
)
Visual Basic (Declaration)
Public Shared Function FromObject ( _
	o As Object _
) As JArray
Visual C++
public:
static JArray^ FromObject(
	Object^ o
)

Parameters

o
Type: System..::.Object
The object that will be used to create JArray.

Return Value

A JArray with the values of the specified object

See Also

JArray Class
Facebook.Json.Linq Namespace