Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

JSON keys are sorted in wrong order #25

@danieltian

Description

@danieltian

The following JSON:

{
    "abc": "123",
    "abc_def": "123",
    "abc_def_ghi": "123"
}

is sorted to:

{
    "abc_def_ghi": "123"
    "abc_def": "123",
    "abc": "123"
}

It should be sorted to the first version.

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