toml-rs/tests/valid/string-with-pound.json

8 lines
185 B
JSON
Raw Normal View History

2014-06-20 19:01:38 -05:00
{
"pound": {"type": "string", "value": "We see no # comments here."},
"poundcomment": {
"type": "string",
"value": "But there are # some comments here."
}
}