System.JSON.Builders.TJSONCollectionBuilder.DoBeginObject

提供:RAD Studio API Documentation

Delphi

function DoBeginObject: TPairs;

C++

TPairs* __fastcall DoBeginObject();

プロパティ

種類 可視性 ソース ユニット
function protected
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONCollectionBuilder


説明

JSON オブジェクトを開始します。

DoBeginObject および DoBeginArray は、お互い排他関係にあります。

関連項目