JSON to TOML changes an integer to a float, this is not expected. Example: ``` $ echo '{"foo.bar":"baz","qux":1}' | yj -jt "foo.bar" = "baz" qux = 1.0 ```