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

     1  {
     2    "plain": {
     3      "type": "integer",
     4      "value": "1"
     5    },
     6    "plain_table": {
     7      "plain": {
     8        "type": "integer",
     9        "value": "3"
    10      },
    11      "with.dot": {
    12        "type": "integer",
    13        "value": "4"
    14      }
    15    },
    16    "table": {
    17      "withdot": {
    18        "key.with.dots": {
    19          "type": "integer",
    20          "value": "6"
    21        },
    22        "plain": {
    23          "type": "integer",
    24          "value": "5"
    25        }
    26      }
    27    },
    28    "with.dot": {
    29      "type": "integer",
    30      "value": "2"
    31    }
    32  }