toml/tomlc99/stdex/inlinetab1.toml.res
2024-03-26 13:44:04 +01:00

15 lines
165 B
Text

{
name = {
first = "Tom",
last = "Preston-Werner",
},
point = {
x = 1,
y = 2,
},
animal = {
type = {
name = "pug",
},
},
}