System.JSON.TJSONObject.TJSONParseOptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TJSONParseOptions = set of TJSONObject.TJSONParseOption;

C++

typedef System::Set<TJSONParseOption, _DELPHI_SET_ENUMERATOR(TJSONParseOption::IsUTF8), _DELPHI_SET_ENUMERATOR(TJSONParseOption::RaiseExc)> TJSONParseOptions;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
set
typedef
public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject


Beschreibung

Eine Menge von JSON-Analyseoptionen.

Siehe auch