Data.DBXJSON.TJSONArray.ToString
From RAD Studio API Documentation
Delphi
function ToString: string; override;
C++
virtual System::UnicodeString __fastcall ToString(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.DBXJSON.pas Data.DBXJSON.hpp |
Data.DBXJSON | TJSONArray |
Description
Serializes the JSON array into a string.
Serializes the JSON array into a string and returns the resulting string.
To serialize the JSON array into a byte container, use the ToBytes method.