System.JSON.Writers.TJsonWriter.InternalWriteEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalWriteEnd(Container: TJsonContainerType);

C++

void __fastcall InternalWriteEnd(System::Json::Types::TJsonContainerType Container);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter

Description

Writes the end token based on the container type.

Parameters:

  • Container: The container type.

See Also