Json.NET - Quick Starts & API Documentation
WriteToken Method (reader)
Namespaces ► Newtonsoft.Json ► JsonWriter ► WriteToken(JsonReader)
Writes the current JsonReader token.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void WriteToken( JsonReader reader )
Public Sub WriteToken ( _ reader As JsonReader _ )
public: void WriteToken( JsonReader^ reader )
Parameters
- reader (JsonReader)
- The JsonReader to read the token from.