View Source MapSchemaValidator.MapUtils (map_schema_validator v0.1.5)
Documentation for MapSchemaValidator
.
Summary
Functions
Transforms maps with key-strings to maps with atom-strings.
Functions
Transforms maps with key-strings to maps with atom-strings.
Examples
iex> MapSchemaValidator.MapUtils.map_to_atom_keys(%{"key" => "value"})
%{key: "value"}