...

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

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

     1{
     2  "a": [
     3    {
     4      "type": "bool",
     5      "value": "true"
     6    },
     7    {
     8      "type": "bool",
     9      "value": "false"
    10    }
    11  ]
    12}

View as plain text