Skip to content

Probably Invalid json generated if arr of tuples key is number #66

Open
@inv2004

Description

@inv2004
import jsony
echo {"aaa": 100}.toJson()
# {"aaa":100}
echo {100: "aaa"}.toJson()
# [[100,"aaa"]]

Probably it is ok, but a bit inconsistent

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