Scanner.stalePossibleSimpleKeys

void stalePossibleSimpleKeys() @safe pure

Remove entries that are no longer possible simple keys.

According to the YAML specification, simple keys

  • should be limited to a single line,
  • should be no longer than 1024 characters.

Disabling this will allow simple keys of any length and height (may cause problems if indentation is broken though).