Skip to content

Escape quote to force numbers as string doesn't seem to work in 1.9 #213

@jdimpson

Description

@jdimpson

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\""}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions