jm / toml

Parse TOML. Like a bawss.
MIT License
151 stars 38 forks source link

Can't serialize empty arrays #41

Open orls opened 9 years ago

orls commented 9 years ago
> TOML::Generator.new({:foo => []})
RuntimeError: All array values must be the same type

The array map here will return an array of length 0

avioli commented 5 years ago

Just encountered this. Is this repo dead? Any advise which implementation I should use to generate TOML?