proper_case v1.0.2 ProperCase
An Elixir library that converts keys in maps between snake_case
and camel_case
Summary
Functions
Converts a string to camelCase
Converts a string to snake_case
Converts all the keys in a map to camelCase
.
If the map is a struct with no Enumerable
implementation,
the struct is considered to be a single value
Converts all the keys in a map to snake_case
Functions
Converts all the keys in a map to camelCase
.
If the map is a struct with no Enumerable
implementation,
the struct is considered to be a single value.