Transform YAML into TOML format. Perfect for updating project configurations to use the TOML standard.
Top-level YAML should resolve to an object so it can be represented as a TOML document.
Generated TOML is normalized through the existing TOML serializer.
Intermediate object model used for the YAML to TOML conversion.