-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Description
I would like to compare json that may have different cases and consider them the same. It would be nice to have separate options for keys and values.
Example json to compare:
{
'FIRSTNAME': 'AMBER',
'LASTNAME: 'DOE'
}
{
'firstname': 'Amber',
'lastname': 'Doe'
}
ignoreCaseKeys = true;
Returns true
ignoreCaseValues = false;
Returns false
Metadata
Metadata
Assignees
Labels
No labels