fix in Json Mini

main
Jörg Prante 1 year ago
parent aa1e7b180d
commit 457b43c4cd

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

Loading…
Cancel
Save