File: inline-table.toml

package info (click to toggle)
golang-toml 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,684 kB
  • sloc: makefile: 4
file content (5 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
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 }]