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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org