System.JSON.TJSONObject.TJSONParseOptions

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TJSONParseOptions = set of TJSONObject.TJSONParseOption;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
set
typedef
public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject


Description

Ensemble d'options d'analyse JSON.

Voir aussi