System.JSON.Writers.TJsonObjectWriter.WriteStartArray

From RAD Studio API Documentation

Delphi

procedure WriteStartArray; override;

C++

virtual void __fastcall WriteStartArray();

Properties

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

Description

Writes the beginning of a JSON array. System.JSON.Writers.TJsonObjectWriter.WriteStartArray inherits from System.JSON.Writers.TJsonWriter.WriteStartArray. All content below this line refers to System.JSON.Writers.TJsonWriter.WriteStartArray.

Writes the beginning of a JSON array.

See Also