...

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

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

     1{
     2  "\u0000": {
     3    "type": "string",
     4    "value": "null"
     5  },
     6  "\\u0000": {
     7    "type": "string",
     8    "value": "different key"
     9  },
    10  "\b \f A \u007f \u0080 \u00ff \ud7ff \ue000 \uffff \ud800\udc00 \udbff\udfff": {
    11    "type": "string",
    12    "value": "escaped key"
    13  },
    14  "~ \u0080 \u00ff \ud7ff \ue000 \uffff \ud800\udc00 \udbff\udfff": {
    15    "type": "string",
    16    "value": "basic key"
    17  },
    18  "l ~ \u0080 \u00ff \ud7ff \ue000 \uffff \ud800\udc00 \udbff\udfff": {
    19    "type": "string",
    20    "value": "literal key"
    21  }
    22}

View as plain text