|
Enhanced C#
Loyc library documentation
|
Represents a pointer to the current position in the JSON data stream, plus the index where the current item started and the property key at that index. More...
Represents a pointer to the current position in the JSON data stream, plus the index where the current item started and the property key at that index.
Public fields | |
| ReadOnlySpan< byte > | Buf |
| The part of the file that is currently loaded. More... | |
| int | Index |
| The currrent position as an index into Buf. More... | |
| byte | Byte => Buf[Index] |
| Returns the byte at the current position. More... | |
| byte | this[int offs] => Buf[Index + offs] |
| JsonValue | CurPropKey |
| int | PropKeyIndex |
Public Member Functions | |
| int | ByteOr (int fallback) |
| override string | ToString () |
| ReadOnlySpan<byte> SyncJson.Parser.JsonPointer.Buf |
The part of the file that is currently loaded.
| int SyncJson.Parser.JsonPointer.Index |
The currrent position as an index into Buf.
1.8.7