...

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

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

     1{
     2  "a‍b": {
     3    "type": "string",
     4    "value": "zwj"
     5  },
     6  "ÅÅ": {
     7    "type": "string",
     8    "value": "U+00C5 U+0041 U+030A"
     9  },
    10  "€": {
    11    "type": "string",
    12    "value": "Euro"
    13  },
    14  "😂": {
    15    "type": "string",
    16    "value": "rofl"
    17  }
    18}

View as plain text