...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/key/space.json

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

     1{
     2  " c d ": {
     3    "type": "integer",
     4    "value": "2"
     5  },
     6  " tbl ": {
     7    "\ttab\ttab\t": {
     8      "type": "string",
     9      "value": "tab"
    10    }
    11  },
    12  "a b": {
    13    "type": "integer",
    14    "value": "1"
    15  }
    16}

View as plain text