Hacker News new | ask | show | jobs
by sepples 2082 days ago
This is something that was fixed in the forthcoming TOML 1.0 spec. Parsers that have been updated to support it will allow heterogeneous types in arrays, which your application can convert to a vector of floats or whatever collection type it uses internally.
1 comments

Fantastic. So far that has been literally my only complaint about TOML.