Files
doris/regression-test/data/jsonb_p0/test_jsonb_unescaped.json
amory 184b8cbbe4 [pick](json)fix jsonb deseriaze (#38630)
## Proposed changes
backport: https://github.com/apache/doris/pull/37251
Issue Number: close #xxx

<!--Describe your changes.-->
2024-08-01 10:18:27 +08:00

5 lines
298 B
JSON

{"id":1,"a":null}
{"id":2,"a":['{\'x\' : \'{"y" : 1}\', \'t\' : \'{"y" : 2}\'}', \'{"x" : 1}']}
{"id":3,"a":['foo\'bar', 'foo\"bar', 'foo\\\'bar', 'foo\'\'bar']}
{"id":4,"a":['\/some\/cool\/url', '/some/cool/url', 'a\\_\\c\\l\\i\\c\\k\\h\\o\\u\\s\\e']}
{"id":5,"a":["\"双引号\"", "反斜\\线"]}