API:System.JSON.Readers.TJsonReader

From RAD Studio API Documentation

TJsonReaderSystem.JSON.Types.TJsonFilerSystem.JSON.Types.TJsonLineInfoSystem.TObject

Delphi

TJsonReader = class(TJsonFiler)

C++

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

Properties

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

Description

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