Skip to content

Ignore a key (or set of keys)? #49

@michaelrbock

Description

@michaelrbock

Hey there, occasionally there is a use case for having an ID as a key in a JSON object. For example:

{
  "INTERNAL_ID": {
    "id": "INTERNAL_ID",
    "additional_stuff": []
  }
}

OliveBranch will change that to:

{
  "internalId": {
    "id": "INTERNAL_ID",
    "additional_stuff": []
  }
}

Is there a way to ignore certain keys (e.g. using a list of ignored keys)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions