Skip to content

JsonLocation

Defined in: source-location.ts:143

JSON location - path through the document + optional text position.

readonly optional column: number

Defined in: source-location.ts:147


readonly file: string

Defined in: source-location.ts:50

Path to the source file

BaseSourceLocation.file


readonly kind: "json"

Defined in: source-location.ts:144

Discriminator for the location type

BaseSourceLocation.kind


readonly optional line: number

Defined in: source-location.ts:146


readonly path: JsonPath

Defined in: source-location.ts:145