Skip to content

Arrays of length 1 are collapsed into objects #1

@psexton

Description

@psexton

A json file with contents:

{
    "maintainers": [
        {
            "name": "Paul Sexton",
            "email": "psexton@gnresound.com"
        }
    ]
}

if passed through loadjson and savejson, will turn into a json file with contents:

{
        "maintainers": {
            "name": "Paul Sexton",
            "email": "psexton@gnresound.com"
        }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions