-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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)?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels