System.JSON.TJSONAncestor.ToJSON

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToJSON: string;

C++

System::UnicodeString __fastcall ToJSON(void);

Properties

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

Description

Returns the string representation of this JSON object.

See Also