Parser.parseBlockMappingKey

Event parseBlockMappingKey(Flag!"first" first)() @safe

block_mapping ::= BLOCK-MAPPING_START ((KEY block_node_or_indentless_sequence?)? (VALUE block_node_or_indentless_sequence?)?)* BLOCK-END Parse a key in a block mapping. If first is true, this is the first key.