go-toml/parse/testfiles/valid/BurntSushi/string-with-pound.json

11 lines
201 B
JSON

{
"poundcomment" : {
"value" : "But there are # some comments here.",
"type" : "string"
},
"pound" : {
"value" : "We see no # comments here.",
"type" : "string"
}
}