...

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

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

     1{
     2  "another": {
     3    "type": "string",
     4    "value": "# This is not a comment"
     5  },
     6  "key": {
     7    "type": "string",
     8    "value": "value"
     9  }
    10}

View as plain text