System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.AddNull

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddNull: TElements; overload; inline;
function AddNull(const AKey: string): TPairs; overload; inline;

C++

HIDESBASE TJSONCollectionBuilder::TElements* __fastcall AddNull()/* overload */;
HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall AddNull(const System::UnicodeString AKey)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TParentCollection

Description

Adds a key-value pair with the specified key and a null value to the JSON object or a null value to the JSON array, and returns this instance of TParentCollection for method chaining.

See Also