Software engineers on Twitter -- do you feel Yaml is a good choice for configuration files? If not, what do you like to use?
Conversation
This Tweet was deleted by the Tweet author. Learn more
Replying to
Does TOML support array of objects / hashes? Let's say in my config file I want to put multiple account username and keys in it (as an array of objects).
YAML would be:
ingest_accounts
- name: n1
pass: p1
- name: n2
pass: p2
Does TOML support that?
