lightformat
LightFormat is a lightweight, human-readable data-interchange format designed for configuration files and simple data exchange. It aims to combine readability with a compact encoding and predictable parsing, making it a practical alternative to more verbose formats for everyday use.
The syntax of LightFormat centers on simple indentation-based structure. A value can be a string, number, boolean,
LightFormat emphasizes a small, well-defined grammar with no advanced features such as anchors, aliases, or complex
History and usage of LightFormat trace its origins to a community-driven effort in the early 2020s to
Limitations and considerations include a more constrained feature set compared with JSON or YAML and varying