System.JSON.TJSONByteReader.ConsumeByte

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ConsumeByte: Byte;

C++

System::Byte __fastcall ConsumeByte();

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.

See Also