stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
690 stars 75 forks source link

Convert floats to int when parsing JSON #59

Closed hanzei closed 6 years ago

hanzei commented 6 years ago

When parsing JSON data, we now try to convert all float64 to int.

Fixes #8 Fixes #22