System.JSON.Readers.EJsonReaderException.LinePosition
Delphi
property LinePosition: Integer read FLinePosition;
C++
__property int LinePosition = {read=FLinePosition, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.JSON.Readers.pas System.JSON.Readers.hpp |
System.JSON.Readers | EJsonReaderException |
Description
Position within the affected line of the affected JSON file that the JSON reader was parsing when it raised this exception.