Method | Description | |
---|---|---|
IsMatchNext ( this reader, JsonToken token ) : bool | ||
MatchNext ( this reader, JsonToken token ) : void | ||
ReadIntArray ( this reader, int approximateSize = 10 ) : int[] | ||
ReadLongArray ( this reader, int approximateSize = 10 ) : long[] | ||
ReadStringArray ( this reader, int approximateSize = 10 ) : string[] | ||
Until ( this reader, JsonToken token ) : bool |
public static IsMatchNext ( this reader, JsonToken token ) : bool | ||
reader | this | |
token | JsonToken | |
return | bool |
public static MatchNext ( this reader, JsonToken token ) : void | ||
reader | this | |
token | JsonToken | |
return | void |
public static ReadIntArray ( this reader, int approximateSize = 10 ) : int[] | ||
reader | this | |
approximateSize | int | |
return | int[] |
public static ReadLongArray ( this reader, int approximateSize = 10 ) : long[] | ||
reader | this | |
approximateSize | int | |
return | long[] |
public static ReadStringArray ( this reader, int approximateSize = 10 ) : string[] | ||
reader | this | |
approximateSize | int | |
return | string[] |
public static Until ( this reader, JsonToken token ) : bool | ||
reader | this | |
token | JsonToken | |
return | bool |