What is KYaml and when to use it
masterKYaml is a restricted subset of YAML that uses flow-style collections. It is designed to render YAML data in a compact, JSON-like form while retaining YAML-specific features such as comments.
When using KYaml:
- Strings are always output with double quotes.
- Anchors and aliases are expanded into their full values (KYaml does not emit anchors or aliases in its output).