git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/key/escapes.json (about)

     1  {
     2    "\n": {
     3      "type": "string",
     4      "value": "newline"
     5    },
     6    "\"": {
     7      "type": "string",
     8      "value": "just a quote"
     9    },
    10    "\"quoted\"": {
    11      "quote": {
    12        "type": "bool",
    13        "value": "true"
    14      }
    15    },
    16    "a.b": {
    17      "À": {}
    18    },
    19    "backsp\u0008\u0008": {},
    20    "À": {
    21      "type": "string",
    22      "value": "latin capital letter A with grave"
    23    }
    24  }