System.JSON.TJSONBool.FalseBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FalseBytes: array[0..4] of Byte = (Ord('f'), Ord('a'), Ord('l'), Ord('s'), Ord('e'));

C++

static System::StaticArray<System::Byte, 5> FalseBytes;

Properties

Type Visibility Source Unit Parent
field class protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONBool

Description

Representation of a False JSON boolean value as an array of bytes.

See Also