...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec/table-2.json

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

     1{
     2  "dog": {
     3    "tater.man": {
     4      "type": {
     5        "name": {
     6          "type": "string",
     7          "value": "pug"
     8        }
     9      }
    10    }
    11  }
    12}

View as plain text