TOML format

TOML file format #

Why TOML #

We need something that allows data structures beyond simple key=value, and allows for comments.

JSON, while widely known, lacks comments.

TOML knowledge has spread wide with it’s usage in python (and rust), and apart from it’s insistence on one-line inline maps fit’s our use case very well.