fix in Json Mini

This commit is contained in:
Jörg Prante 2023-01-29 21:38:12 +01:00
parent aa1e7b180d
commit 457b43c4cd

View file

@ -572,9 +572,6 @@ public class Json {
} }
public JsonBuilder buildNull() throws IOException { public JsonBuilder buildNull() throws IOException {
if (state.structure == Structure.COLLECTION) {
beginArrayValue();
}
buildString("null", false); buildString("null", false);
return this; return this;
} }