System.JSON.TJSONByteReader.PeekByte

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PeekByte: Byte;

C++

System::Byte __fastcall PeekByte();

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.

See Also