summaryrefslogtreecommitdiffstats
path: root/internal/toml-test/tests/valid/spec/table-2.json
blob: afb74d593b22b2f02859921524bd20f4bbd1b342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "dog": {
    "tater.man": {
      "type": {
        "name": {
          "type": "string",
          "value": "pug"
        }
      }
    }
  }
}