I think it was always actually importing as float, since that's the only numeric type json has. But what they definitely changed is that the float-to-string conversion will always show the .0 even if it rounds to a whole number, to make it clear that it's not an integer.

Comments