8 lines
96 B
TOML
8 lines
96 B
TOML
a.b = 123
|
|
|
|
[table]
|
|
a.b.c = 1
|
|
a . b . d = 2
|
|
|
|
in = { type.name = "cat", type.color = "blue" }
|