14 lines
No EOL
235 B
JSON
14 lines
No EOL
235 B
JSON
{
|
|
"str1": {
|
|
"type": "string",
|
|
"value": "\"This,\" she said, \"is just a pointless statement.\""
|
|
},
|
|
"str2": {
|
|
"type": "string",
|
|
"value": "foo''bar''"
|
|
},
|
|
"str3": {
|
|
"type": "string",
|
|
"value": "\"\""
|
|
}
|
|
} |