Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json
JsonReader Class
JsonReader Methods
Close Method
Dispose Method
Read Method
ReadAsBoolean Method
ReadAsBooleanAsync Method
ReadAsBytes Method
ReadAsBytesAsync Method
ReadAsDateTime Method
ReadAsDateTimeAsync Method
ReadAsDateTimeOffset Method
ReadAsDateTimeOffsetAsync Method
ReadAsDecimal Method
ReadAsDecimalAsync Method
ReadAsDouble Method
ReadAsDoubleAsync Method
ReadAsInt32 Method
ReadAsInt32Async Method
ReadAsString Method
ReadAsStringAsync Method
ReadAsync Method
SetStateBasedOnCurrent Method
SetToken Method
Skip Method
SkipAsync Method
JsonReader
Skip Method
Skips the children of the current token.
Namespace:
Newtonsoft.Json
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
void
Skip
()
See Also
Reference
JsonReader Class
Newtonsoft.Json Namespace
Json.NET Home