From eb0ff83e7d3b6385a58afee9af58abb6f97cf990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Gauth=C3=A9?= Date: Fri, 27 Mar 2026 14:09:03 +0100 Subject: [PATCH] fix json doc --- src/write.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/write.jl b/src/write.jl index 11a2d1a..e2f2f96 100644 --- a/src/write.jl +++ b/src/write.jl @@ -282,7 +282,7 @@ All methods accept the following keyword arguments: If `false`, throw an error if `Inf`, `-Inf`, or `NaN` is encountered. - `jsonlines::Bool=false`: If `true`, input must be array-like and the output will be written in the JSON Lines format, - where each element of the array is written on a separate line (i.e. separated by a single newline character `\n`). + where each element of the array is written on a separate line (i.e. separated by a single newline character '\`\\n\`'). If `false`, the output will be written in the standard JSON format. - `pretty::Union{Integer,Bool}=false`: Controls pretty printing of the JSON output.