entryLines property

Map<String, int> entryLines
final

1-based line numbers for each top-level key in the original source text. Populated by the parser via a post-decode scan; used by the dialect check report formatter to produce file:line hints. jsonDecode strips positions, so we re-derive them.

Implementation

final Map<String, int> entryLines;