...

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

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

     1{
     2  "product": {
     3    "type": {
     4      "name": {
     5        "type": "string",
     6        "value": "Nail"
     7      }
     8    }
     9  }
    10}

View as plain text