...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/table/array-one.json

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

     1{
     2  "people": [
     3    {
     4      "first_name": {
     5        "type": "string",
     6        "value": "Bruce"
     7      },
     8      "last_name": {
     9        "type": "string",
    10        "value": "Springsteen"
    11      }
    12    }
    13  ]
    14}

View as plain text