System.JSON.Writers.TJsonWriter.EmptyValueHandling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EmptyValueHandling: TJsonEmptyValueHandling read FEmptyValueHandling write FEmptyValueHandling;

C++

__property System::Json::Types::TJsonEmptyValueHandling EmptyValueHandling = {read=FEmptyValueHandling, write=FEmptyValueHandling, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter

Description

Gets or sets how to write empty values in types as array and string.

The possible values are Empty, Null.

See Also