System.JSON.TJSONByteReader.PeekByte
Delphi
function PeekByte: Byte; virtual;
C++
virtual System::Byte __fastcall PeekByte(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONByteReader |
Description
Peeks a byte of a JSON parser.
The PeekByte method peeks a byte of a JSON parser. PeekByte returns the next byte of a JSON parser.