...

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

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

     1{
     2  "ints": [
     3    {
     4      "type": "integer",
     5      "value": "1"
     6    },
     7    {
     8      "type": "integer",
     9      "value": "2"
    10    },
    11    {
    12      "type": "integer",
    13      "value": "3"
    14    }
    15  ]
    16}

View as plain text