datatxt
Datatxt is a lightweight, human-readable data serialization format used for storing and exchanging data in plain text. Although there is no single official specification, the term appears in various open-source projects and configuration systems as a simple alternative to JSON or YAML. Datatxt is generally designed to be easy for people to edit by hand and reasonably straightforward for software to parse.
Core design goals include readability, minimal syntax, and diff-friendly editing. A datatxt document consists of lines
Usage and interoperability: datatxt is used for configuration files, metadata descriptors, and lightweight data dumps in