System.JSON.TJSONObject.TJSONParseOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TJSONParseOptions = set of TJSONObject.TJSONParseOption;

C++

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

Properties

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

Description

Set of JSON parsing options.

See Also