DEV Community

Samandar Ravshanov
Samandar Ravshanov

Posted on

📦Convert keys in an JSON to camelCase or snake_case

from functorflow import ff

json = {...}


r = ff('json-case').camelize(json, recursive=True)

Enter fullscreen mode Exit fullscreen mode

Stop wasting time installing and configuring Python libraries. Use them right away. 📦FunctorFlow instantly auto-install and auto-config them for you.

Top comments (0)