Kvaml
Kvaml is a lightweight data serialization language intended to represent structured information as key-value pairs. It is designed for configuration, metadata management, and simple data interchange, with an emphasis on readability and predictable parsing.
Kvaml uses indentation to convey hierarchy and colon-separated key-value pairs to store values. Primitive data types
For example, a kvaml document might look like:
Kvaml is described in community discussions as a practical alternative to YAML and TOML for configuration