System.JSON.Builders.TJSONCollectionBuilder.TPairs.AsRoot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AsRoot: TPairs;

C++

TJSONCollectionBuilder::TPairs* __fastcall AsRoot();

Properties

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

Description

Encapsulates the JSON object so that you cannot access the parent JSON array or JSON object.

See Also