toml-rs/test-suite/tests/valid/string-delim-end.json

14 lines
235 B
JSON
Raw Normal View History

{
"str1": {
"type": "string",
"value": "\"This,\" she said, \"is just a pointless statement.\""
},
"str2": {
"type": "string",
"value": "foo''bar''"
},
"str3": {
"type": "string",
"value": "\"\""
}
}