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

Creates a JObject 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 JObject FromObject(
	Object o
)
Visual Basic (Declaration)
Public Shared Function FromObject ( _
	o As Object _
) As JObject
Visual C++
public:
static JObject^ FromObject(
	Object^ o
)

Parameters

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

Return Value

A JObject with the values of the specified object

See Also

JObject Class
Facebook.Json.Linq Namespace