API:REST.Json.TJsonOption

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
REST.Json.pas
REST.Json.hpp
REST.Json REST.Json

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !