System.JSON.Types.TJsonFiler

From RAD Studio API Documentation

TJsonFilerSystem.JSON.Types.TJsonLineInfoSystem.TObject

Delphi

TJsonFiler = class(TJsonLineInfo)

C++

class PASCALIMPLEMENTATION TJsonFiler : public TJsonLineInfo

Properties

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

Description

Base class to provide information about the JSON position. System.JSON.Types.TJsonFiler 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