toml-rs/test-suite/tests/valid/string-with-pound.json
2017-11-12 19:33:11 -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."
}
}