...

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

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

     1{
     2  "127.0.0.1": {
     3    "type": "string",
     4    "value": "value"
     5  },
     6  "character encoding": {
     7    "type": "string",
     8    "value": "value"
     9  },
    10  "key2": {
    11    "type": "string",
    12    "value": "value"
    13  },
    14  "quoted \"value\"": {
    15    "type": "string",
    16    "value": "value"
    17  },
    18  "ʎǝʞ": {
    19    "type": "string",
    20    "value": "value"
    21  }
    22}

View as plain text