System.JSON.TJSONObject.TJSONParseOptions

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TJSONParseOptions = set of TJSONObject.TJSONParseOption;

C++

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

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject


説明

JSON parsing options の設定。

関連項目