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
Title: json: cannot unmarshal string into Go struct field Ticker.E of type int64
Description:
I have encountered an issue with the encoding/json package in Go, where JSON deserialization does not correctly handle the case sensitivity of fields in strings. Specifically, when deserializing a JSON object, the field names in the JSON string are case-sensitive and do not match the struct fields if there is a difference in case.
Go version
go version go1.22.3 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
json: cannot unmarshal string into Go struct field Ticker1.E of type int64
What did you expect to see?
The text was updated successfully, but these errors were encountered: