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.
2 parents 3577a42 + a4f846e commit 69a3752Copy full SHA for 69a3752
src/main/java/com/fasterxml/jackson/core/util/JsonParserDelegate.java
@@ -156,6 +156,8 @@ public JsonLocation getCurrentLocation() {
156
public JsonStreamContext getParsingContext() {
157
return delegate.getParsingContext();
158
}
159
+
160
+ @Override public boolean isExpectedStartArrayToken() { return delegate.isExpectedStartArrayToken(); }
161
162
/*
163
/**********************************************************
0 commit comments