...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec/keys-0.json

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

     1{
     2  "1234": {
     3    "type": "string",
     4    "value": "value"
     5  },
     6  "bare-key": {
     7    "type": "string",
     8    "value": "value"
     9  },
    10  "bare_key": {
    11    "type": "string",
    12    "value": "value"
    13  },
    14  "key": {
    15    "type": "string",
    16    "value": "value"
    17  }
    18}

View as plain text