KassieZ commented on code in PR #1576:
URL: https://github.com/apache/doris-website/pull/1576#discussion_r1896646929
##########
docs/sql-manual/sql-data-types/semi-structured/JSON.md:
##########
@@ -56,6 +56,8 @@ INSERT INTO table_name(id, json_column_name) VALUES (1,
'{"k1": "100"}')
14 [123, 456]
```
+- When the newline character "\n" appears in JSON, you need to use the replace
function to replace "\n" with "\\n"
Review Comment:
\n 使用行内代码包裹
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]