We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353be9d commit 9768493Copy full SHA for 9768493
src/main/java/com/jsoniter/JsonIteratorPool.java
@@ -22,6 +22,7 @@ public static JsonIterator borrowJsonIterator() {
22
23
public static void returnJsonIterator(JsonIterator iter) {
24
iter.configCache = null;
25
+ iter.existingObject = null;
26
if (slot1.get() == null) {
27
slot1.set(iter);
28
return;
0 commit comments