System.JSON.Builders.TJSONObjectBuilder.BeginObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BeginObject: TJSONCollectionBuilder.TPairs;

C++

HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall BeginObject();

Properties

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

Description

Begins a JSON object, and returns an instance of TPairs that you can use to fill it with key-value pairs.

See Also