Skip to content

Simplified handling of YAML documents with keys containing dots

Nils Bandener requested to merge dotted-attribute-handling into main

No longer allows invalid document trees, i.e. something like

a: 1
a.b: 2
Edited by Nils Bandener

Merge request reports