flyleaf-core 0.2.1

The document model behind Tommy Flyleaf: TOML edited as a tree, with comments, order and formatting kept
Documentation
1
2
3
4
5
name        = { first = "Tom", last = "Preston-Werner" }
point       = { x = 1, y = 2 }
simple      = { a = 1 }
str-key     = { "a" = 1 }
table-array = [{ "a" = 1 }, { "b" = 2 }]