You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsonpath: add err check for jsonValue Iterator retrieval
There are 2 types that can return ObjectJSONType as the type: json.jsonObject
or json.jsonEncoded. The latter can return not-nil error in their implementation
of ObjectIter(). This commit is to add error check for this case.
Release note: None
0 commit comments