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 3577a42 commit a4f846eCopy full SHA for a4f846e
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