git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/array/strings.json (about)

     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  }