System.JSON.Builders.TJSONCollectionBuilder.DoBeginObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoBeginObject: TPairs;

C++

TPairs* __fastcall DoBeginObject();

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONCollectionBuilder

Description

Starts a JSON object.

DoBeginObject and DoBeginArray are mutually exclusive.

See Also