API:System.JSON.Writers.TJsonWriter

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.Types.TJsonFilerSystem.JSON.Types.TJsonLineInfoSystem.TObjectTJsonWriter

Delphi

TJsonWriter = class(TJsonFiler)

C++

class PASCALIMPLEMENTATION TJsonWriter : public System::Json::Types::TJsonFiler

Properties

Type Visibility Source Unit Parent
class public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers System.JSON.Writers

Description


Base class to provide information about the JSON position.

System.JSON.Writers.TJsonWriter inherits from System.JSON.Types.TJsonLineInfo. All content below this line refers to System.JSON.Types.TJsonLineInfo.

Base class to provide information about the JSON position.

TJsonLineInfo is the base class to provide information about the JSON position being written or read in a stream.

See Also