System.JSON.Writers.TJsonObjectWriter.JSON

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property JSON: TJSONAncestor read FRoot;

C++

__property System::Json::TJSONAncestor* JSON = {read=FRoot};

Properties

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

Description

Gets the created JSON value.

Set the OwnValue property to False to take ownership of the returned object.

See Also