JsonWriter.WriteToken Method (JsonReader) (original) (raw)
WriteToken Method (JsonReader)
WriteToken Method (JsonReader, Boolean)
WriteToken Method (JsonToken, Object)
![]() |
JsonWriterWriteToken Method (JsonReader) |
---|
Writes the current JsonReader token and its children.
Namespace: Newtonsoft.Json
Assembly: Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
public void WriteToken( JsonReader reader )
Parameters
reader
Type: Newtonsoft.JsonJsonReader
The JsonReader to read the token from.
See Also