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
But sometimes in our dataset, this field was actually just a string.
The error that the json.Decoder.decode() was json: slice unexpected end of JSON input.
Shouldn't the error be that the value doesn't have the expected type instead?
The text was updated successfully, but these errors were encountered:
We had a situation like
But sometimes in our dataset, this field was actually just a
string
.The error that the json.Decoder.decode() was
json: slice unexpected end of JSON input
.Shouldn't the error be that the value doesn't have the expected type instead?
The text was updated successfully, but these errors were encountered: