File: array.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-- 200 bytes parent folder | download
1
2
3
4
5
arr = [ {'a'= 1}, {'a'= 2} ]

people = [{first_name = "Bruce", last_name = "Springsteen"},
          {first_name = "Eric", last_name = "Clapton"},
          {first_name = "Bob", last_name = "Seger"}]