Skip to content

Allow to sort all json objects by key (in settings, set by default) #47

@rualark

Description

@rualark

Example:
{
"B": 1,
"A": 2,
"C": 3
}

Should be:
{
"A": 2,
"B": 1,
"C": 3
}

Why:
in large jsons it is difficult to find fields

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions