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