Change all Keys in JSON structure to lowercase
In a mapper, we need to convert all keys of a JSON file at every level to lowercase. Example:{"Id":"600b31dadece310027cdf492","User":{"Id":"5cbf7330263cd09f9445bd90","displayName":"coyote","impersonatedBy":"ldap:123456"}}In this case, we would want t...