API:REST.Json.TJsonOption
Delphi
TJsonOption = (joIgnoreEmptyStrings, joIgnoreEmptyArrays, joIgnoreDefault, joIgnoreSpecial,
joDateIsUTC, joDateFormatUnix, joDateFormatISO8601, joDateFormatMongo, joDateFormatParse,
joBytesFormatArray, joBytesFormatBase64,
joIndentCaseCamel, joIndentCaseLower, joIndentCaseUpper, joIndentCasePreserve,
joSerialFields, joSerialPublicProps, joSerialPublishedProps, joSerialAllPubProps);
C++
enum DECLSPEC_DENUM TJsonOption : unsigned char { joIgnoreEmptyStrings, joIgnoreEmptyArrays, joIgnoreDefault, joIgnoreSpecial, joDateIsUTC, joDateFormatUnix, joDateFormatISO8601, joDateFormatMongo, joDateFormatParse, joBytesFormatArray, joBytesFormatBase64, joIndentCaseCamel, joIndentCaseLower, joIndentCaseUpper, joIndentCasePreserve, joSerialFields, joSerialPublicProps, joSerialPublishedProps, joSerialAllPubProps };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | REST.Json.pas REST.Json.hpp |
REST.Json | REST.Json |
Description
Embarcadero Technologies does not currently have any additional information.