System.JSON.Types.TJsonLineInfo

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTJsonLineInfo

Delphi

TJsonLineInfo = class

C++

class PASCALIMPLEMENTATION TJsonLineInfo : public System::TObject

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.

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

See Also