System.JSON.Writers.TJsonWriter.ContainerPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContainerPath: string read GetContainerPath;

C++

__property System::UnicodeString ContainerPath = {read=GetContainerPath};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter

Description

Gets the path for the current JSON container type.

Objects, arrays, and constructors are JSON containers.

See Also