sixacross/unaliased_yaml

An wrapper for the Symfony YAML component that ignores anchors, aliases, and merge keys.

dev-main 2022-01-23 05:55 UTC

This package is not auto-updated.

Last update: 2024-09-30 16:47:28 UTC


README

A wrapper for the Symfony YAML component that allows parsing and dumping of YAML that ignores and preserves anchors, aliases, and merge keys.

This allows users to parse YAML, manipulate the parsed tree of data, and then dump the result back to YAML without losing the aliasing features that have been placed there by the author of the original YAML.