SourcePosition
lineinteger
The line number of the source position.
Example:
1
columninteger
The column number of the source position.
Example:
1
SourcePosition
{
"line": 1,
"column": 1
}
The line number of the source position.
1
The column number of the source position.
1
{
"line": 1,
"column": 1
}