logoalt Hacker News

andrewshadurayesterday at 6:58 PM1 replyview on HN

Isn't that called TOML?


Replies

Dylan16807today at 1:21 AM

An "intersection of INI and TOML" would presumably only have scalar values. TOML allows really complex lines like these:

  data = [ ["delta", "phi"], [3.14] ]
  temp_tagets = { cpu = 79.5, case = 72.0 }