1 2 3 4 5 6 7 8
data = "test" optional_field = "" number_field = 0 toml_specific_field = true array = [1, 2, 3] [nested] key = "value"