toml-rs/tests/valid/string-with-pound.json
2015-01-15 12:44:05 -08:00

8 lines
185 B
JSON

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