System.JSON.TJSONValue.TJSONParseOption
Delphi
TJSONParseOption = (IsUTF8, UseBool, RaiseExc, IsANSI);
C++
enum class DECLSPEC_DENUM TJSONParseOption : unsigned char { IsUTF8, UseBool, RaiseExc, IsANSI };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONValue |
Description
Embarcadero Technologies does not currently have any additional information.