Json.NET - Quick Starts & API Documentation
CreateWriter Method
NamespacesNewtonsoft.Json.LinqJContainerCreateWriter()()()
Creates an JsonWriter that can be used to add tokens to the JToken.
Declaration Syntax
C#Visual BasicVisual C++
public JsonWriter CreateWriter()
Public Function CreateWriter As JsonWriter
public:
JsonWriter^ CreateWriter()
Return Value
An JsonWriter that is ready to have content written to it.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)