Skip to content

Commit

Permalink
Fix issue alibaba#3224
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfaff committed Dec 28, 2024
1 parent 3ce6eea commit 8c9434f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/com/alibaba/fastjson2/JSONWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ public void writeName(String name) {

public final void writeNameValue(String name, Object value) {
writeName(name);
writeColon();
writeAny(value);
}

Expand Down

0 comments on commit 8c9434f

Please sign in to comment.