Treat strings of numbers as strings and add mapping for int and float
Thanks to @javiercejudo
- Strings of numbers are converted into strings (e.g.
{"Foo":"33"}
vs{"Foo":33}
) - Add mapping for
int
andfloat
Thanks to @javiercejudo
{"Foo":"33"}
vs {"Foo":33}
)int
and float