...

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

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

     1{
     2  "strings-and-ints": [
     3    {
     4      "type": "string",
     5      "value": "hi"
     6    },
     7    {
     8      "type": "integer",
     9      "value": "42"
    10    }
    11  ]
    12}

View as plain text