libcruft-util/test/json/good/3000_string_escape.json

13 lines
73 B
JSON

[
"foo\tbar",
"\"",
"\\",
"\/",
"\b",
"\f",
"\n",
"\r",
"\t",
"\u0062"
]