Skip to content

Commit 39da6c2

Browse files
committed
fix
1 parent 0515650 commit 39da6c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FSharp.Data.Json.Core/JsonValue.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ type JsonValue =
108108
w.Write "["
109109

110110
for i = 0 to elements.Length - 1 do
111-
comma ()
111+
if i > 0 then comma ()
112112
newLine indentation 2
113113
serialize (indentation + 2) elements.[i]
114114

0 commit comments

Comments
 (0)