Skip to main content

SourceMeta

lineinteger

The line number of the source position.

Example: 1
columninteger

The column number of the source position.

Example: 1
endPosition objectnullable

An optional end position for the location where the location represents a range that identifies a particular item in a document.

lineinteger

The line number of the source position.

Example: 1
columninteger

The column number of the source position.

Example: 1
SourceMeta
{
"line": 1,
"column": 1,
"endPosition": {
"line": 1,
"column": 1
}
}