ClickHouse/tests/queries/0_stateless/02375_double_escaping_json.reference

19 lines
116 B
Plaintext
Raw Normal View History

{
"meta":
[
{
"name": "\"",
"type": "String"
}
],
"data":
[
{
"\"": "\\"
}
],
"rows": 1
}