animal_case icon indicating copy to clipboard operation
animal_case copied to clipboard

Convert your json/dict keys recursively or strings to camelCase or snakeCase

Results 1 animal_case issues
Sort by recently updated
recently updated
newest added

A dictionary such as: ``` {1: "abc"} ``` will fail with this exception: ``` File "/env/lib/python3.7/site-packages/animal_case/__init__.py", line 72, in parse_keys formatted[key] = parse_keys(value, types) File "/env/lib/python3.7/site-packages/animal_case/__init__.py", line 70, in parse_keys...