Json.NET - Quick Starts & API Documentation
CreateWriter Method
Namespaces ► Newtonsoft.Json.Linq ► JContainer ► CreateWriter()()()()
Creates an JsonWriter that can be used to add tokens to the JToken.
Declaration Syntax
C# | Visual Basic | Visual 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.