JsonExtensions.Advance(JsonReader) Method

Definition

Advances the given JSON reader, or throws a JsonSerializationException if it cannot be advanced.

public static void Advance (this Newtonsoft.Json.JsonReader reader);
static member Advance : Newtonsoft.Json.JsonReader -> unit
<Extension()>
Public Sub Advance (reader As JsonReader)

Parameters

reader
Newtonsoft.Json.JsonReader

The JSON reader to advance.

Applies to