Toml Elixir v2.0.0 TomlElixir.Decoder View Source
Module for decoding TOML file to map format
Link to this section Summary
Functions
Decode TOML string to map format
Link to this section Functions
Link to this function
decode(str, opts)
View Source
decode(String.t(), TomlElixir.options()) :: {:ok, map()} | {:error, Exception.t()}
Decode TOML string to map format