Insofar as many (some?) applications consuming JSON are at peace with presuming floats everywhere (given the Javascript heritage), an option to only ever emit `Float
values for numbers (and never `Int
s) would be helpful to simplify pattern matching, etc.