TOMLlike
TOMLlike is a data serialization format designed for configuration and data interchange. It borrows its general structure from TOML but is presented as a lightweight, human-friendly dialect that emphasizes straightforward editing and predictable parsing across platforms.
The syntax of TOMLlike follows common TOML conventions while remaining approachable for simple configurations. Primitive data
Differences from TOML: TOMLlike often permits trailing commas in arrays and inline tables to ease editing,
Usage and tooling: TOMLlike is used for configuration files, data dumps, and lightweight data exchange in environments
title = "TOMLlike Configuration"
owner = { name = "Admin", dob = 1985-04-12 }