...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec-example-1-compact.toml

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/valid

     1#Useless spaces eliminated.
     2title="TOML Example"
     3[owner]
     4name="Lance Uppercut"
     5dob=1979-05-27T07:32:00-08:00#First class dates
     6[database]
     7server="192.168.1.1"
     8ports=[8001,8001,8002]
     9connection_max=5000
    10enabled=true
    11[servers]
    12[servers.alpha]
    13ip="10.0.0.1"
    14dc="eqdc10"
    15[servers.beta]
    16ip="10.0.0.2"
    17dc="eqdc10"
    18[clients]
    19data=[["gamma","delta"],[1,2]]
    20hosts=[
    21"alpha",
    22"omega"
    23]

View as plain text