Quick and reliable way to convert string keys in a deep map to atoms with AtomicMap - https://github.com/ruby2elixir/atomic_map
Quick and reliable way to convert string keys in a deep map to atoms with AtomicMap
iex> AtomicMap.convert(%{"string_as_key": %{"nested_value": [%{mixed_keys: "yeah"}, %{"mixed_keys": "totally"}]}})
%{string_as_key: %{nested_value: [%{mixed_keys: "yeah"}, %{mixed_keys: "totally"}]}}
Read next Credo v0.3.13 released, v0.4.0 CHANGELOG on GitHub