System.JSON.Types.TJsonBinaryType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TJsonBinaryType = (Generic = $00, &Function = $01, BinaryOld = $02,
UUIDOld = $03, UUID = $04, MD5 = $05, UserDefined = $80);

C++

enum class DECLSPEC_DENUM TJsonBinaryType : unsigned char { Generic, Function, BinaryOld, UUIDOld, UUID, MD5, UserDefined = 128 };

Properties

Type Visibility Source Unit Parent
enum public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types System.JSON.Types

Description

TJsonBinaryType represents a BSON and an extended JSON Binary data type.

For further details, see extended JSON Binary and BSON specifications.

See Also