The input object whose keys need to be uncapitalized. Can also accept arrays, dates, or non-object types.
Optional
recursive: boolean = trueIndicates whether to recursively process nested objects and arrays.
A new object or array with keys uncapitalized where applicable, leaving other types unchanged.
Transforms the keys of an object to start with a lowercase letter. Recursively processes nested objects and arrays if specified.