...

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

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

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

View as plain text