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

Creates an JsonWriter that can be used to add tokens to the JToken.

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

Syntax

C#
public JsonWriter CreateWriter()
Visual Basic (Declaration)
Public Function CreateWriter As JsonWriter
Visual C++
public:
JsonWriter^ CreateWriter()

Return Value

An JsonWriter that is ready to have content written to it.

See Also

JContainer Class
Facebook.Json.Linq Namespace