# From: https://github.com/toml-lang/toml/blob/master/tests/fruit.toml [[fruit.blah]] name = "apple" [fruit.blah.physical] color = "red" shape = "round" [[fruit.blah]] name = "banana" [fruit.blah.physical] color = "yellow" shape = "bent"