System.JSON.Builders.TJSONCollectionBuilder.TPairs.BeginObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BeginObject(const AKey: string): TPairs; overload; inline;

C++

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

Properties

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

Description

Adds the specified key to the JSON object, and starts an object value associated with that key. It returns an instance of TPairs to define the contents of the object value using method chaining.

See Also