...

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

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

     1{
     2  "string_array": [
     3    {
     4      "type": "string",
     5      "value": "all"
     6    },
     7    {
     8      "type": "string",
     9      "value": "strings"
    10    },
    11    {
    12      "type": "string",
    13      "value": "are the same"
    14    },
    15    {
    16      "type": "string",
    17      "value": "type"
    18    }
    19  ]
    20}

View as plain text