Convert YAML into TOML for configuration files, package tooling, and developer setup flows.
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.