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
I am having troubles when trying to convert JSON strings from an API that are actually a list of JSON, like this:
[
{"id":1},
{"id":2},
{"id":3}
]
But it is throwing Can not deserialize instance of java.util.LinkedHashMap out of START_ARRAY token when using convertToGenericDataRecord method from JsonAvroConverter.
I am having troubles when trying to convert JSON strings from an API that are actually a list of JSON, like this:
But it is throwing
Can not deserialize instance of java.util.LinkedHashMap out of START_ARRAY token
when usingconvertToGenericDataRecord
method fromJsonAvroConverter
.Full explanation and code test can be viewed here in my stack overflow question
The text was updated successfully, but these errors were encountered: