Closed mariusgrigoriu closed 3 years ago
The API often returns 0.0 for a host of fundamentals, which causes an error when unmarshaling into an int64. This patch turns the int64 into float64 to prevent errors.
0.0
The API often returns
0.0
for a host of fundamentals, which causes an error when unmarshaling into an int64. This patch turns the int64 into float64 to prevent errors.