The Bugs section of the Manual (`jo.md`) says this should work: ``` $ jo a=1.0 {"a":1} $ jo a=\"1.0\" {"a":"1.0"} ``` But when I run `jo` version 1.9 (from Debian 12 bookworm), I get this: ``` $ jo a=\"1.0\" {"a":"\"1.0\""} ```