...

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

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

     1{
     2  "key#group": {
     3    "answer": {
     4      "type": "integer",
     5      "value": "42"
     6    }
     7  }
     8}

View as plain text