mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-11 22:47:31 +00:00
10 lines
181 B
TOML
10 lines
181 B
TOML
# nested object
|
|
[child]
|
|
name = "TOML"
|
|
child = { name = "CHILD", age = 10}
|
|
|
|
son = { name = "SON", age = 10}
|
|
|
|
[someone]
|
|
noname = { name = "noname", age = 30, hobby = "cooking" }
|