System.JSON.TJSONByteReader.ConsumeByte
Delphi
function ConsumeByte: Byte; virtual;
C++
virtual System::Byte __fastcall ConsumeByte(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONByteReader |
Description
Consumes a byte of a JSON parser.
The ConsumeByte method consumes a byte of a JSON parser.