fix in Json Mini
This commit is contained in:
parent
aa1e7b180d
commit
457b43c4cd
1 changed files with 0 additions and 3 deletions
|
@ -572,9 +572,6 @@ public class Json {
|
|||
}
|
||||
|
||||
public JsonBuilder buildNull() throws IOException {
|
||||
if (state.structure == Structure.COLLECTION) {
|
||||
beginArrayValue();
|
||||
}
|
||||
buildString("null", false);
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue