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

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

Parameters

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

Return Value

A JToken with the value of the specified object

See Also

JToken Class
Facebook.Json.Linq Namespace