System.JSON.Writers.TJsonWriter.InternalWriteStart
Delphi
procedure InternalWriteStart(Token: TJsonToken; Container: TJsonContainerType);
C++
void __fastcall InternalWriteStart(System::Json::Types::TJsonToken Token, 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 a start token based on the current container type.
Parameters:
- Token: The start token.
- Container: The container type.