Skip to content

Custom json format (e.g. indent spaces & the space after one key) #18

@Franz-Wang

Description

@Franz-Wang

Hey. Because I want to push my json to git, and its format like:

{
    "key1": "value1",
    "key2": "value2"
}

But, SmartJSONEditor will automatically add a space after "key":

{
    "key1" : "value1",
    "key2" : "value2"
}

Which causes all of my lines is changed in git.

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