System.JSON.TJSONBool.FalseBytes
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.