mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-20 05:11:20 +00:00
e257fd8098
closes #155
9 lines
85 B
TOML
9 lines
85 B
TOML
[section1]
|
|
key2="value3"
|
|
|
|
[section1.child1]
|
|
foo="bar"
|
|
|
|
[section1.child2]
|
|
foo2="bar2"
|