File: unmarshal-arraytable-nested-3.toml

package info (click to toggle)
golang-github-naoina-toml 0.1.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 416 kB
  • sloc: makefile: 7
file content (8 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# unmarshal-arraytable-nested-3.toml

[[fruit]]
variety = [{name = "red delicious"}, {name = "granny smith"}]

[[fruit]]
variety = [{name = "plantain"}]
area = [{name = "phillippines"}]