...

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

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

     1{
     2  "ints-and-floats": [
     3    {
     4      "type": "integer",
     5      "value": "1"
     6    },
     7    {
     8      "type": "float",
     9      "value": "1.1"
    10    }
    11  ]
    12}

View as plain text