REST.Json.TJsonOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TJsonOptions = set of TJsonOption;

C++

typedef System::Set<TJsonOption, TJsonOption::joIgnoreEmptyStrings, TJsonOption::joIndentCasePreserve> TJsonOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
REST.Json.pas
REST.Json.hpp
REST.Json REST.Json

Description

Set of TJsonOption.

See Also