[#541] Allow disabling anchors when dumping
Branch: krzema12/snakeyaml:allow-disabling-anchors
Branch: snakeyaml/snakeyaml:master
Declined
Declined pull request
I went another patch: snakeyaml-engine and event-based approach where I have greater freedom when emitting YAML. I just produce subsequent keys with {} values and no anchors are created.
Closed by: Piotr Krzemiński·2022-08-29
Description
Sometimes anchors are not desired. E.g. GitHub Workflows use YAML that doesn't support anchors.