TOML 1.1.0 released

78 points by jamesw


Specification: https://toml.io/en/v1.1.0

jamesw

Submitting because TOML 1.1.0 allows inline tables to span multiple lines (similar to JSON) which can make deeply-nested schemas clearer and is the most common critique I see for the format.

mitsuhiko

I still really wish TOML had null. There are so many users of TOML that have some value that is internally nullable and the only way to represent it is to not set the key in the file, making merges impossible.

isuffix

I hadn’t read the TOML specification from top to bottom before, and I’d like to complement the authors on it. I found it well organized and pleasing to read, introducing concepts and clarifying points just as I got curious about them. Well done.

lilac

looking forward to seeing this update coming to cargo and all the rest of the rust ecosystem!