set Allow Duplicate Keys
YAML 1.2 does require unique keys. To support the backwards compatibility it is possible to select what should happend when non-unique keys are detected.
Return
the builder with the provided value
Parameters
allow Duplicate Keys
if
true
then the non-unique keys in a mapping are allowed (last key wins).false
by default.