...

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

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

     1{
     2  "pound": {
     3    "type": "string",
     4    "value": "We see no # comments here."
     5  },
     6  "poundcomment": {
     7    "type": "string",
     8    "value": "But there are # some comments here."
     9  }
    10}

View as plain text