Atxt
Atxt is a lightweight, open-source text-based data format and associated tooling designed for simple data interchange and configuration. It emphasizes human readability and a small, predictable surface area to facilitate parsing across programming languages. The format is designed to be easy to write by hand and straightforward for machines to parse, offering a minimal syntax for representing hierarchical data without the verbosity of some alternative formats.
Atxt documents are written in plain text and use indentation to express nesting. Data is organized as
A number of reference implementations and third-party libraries exist in multiple programming languages, making it possible