Rill

v0.11.0

  • Pages
  • Modules
  • Exceptions

    Rill v0.11.0 Rill.MessageStore.MessageData.Transform.Map.JSON View Source

    Link to this section Summary

    Functions

    json_decode!(text, opts \\ [])
    json_encode!(text, opts \\ [])
    read(text)
    to_atom_keys(data)
    write(data)

    Link to this section Functions

    Link to this function

    json_decode!(text, opts \\ []) View Source

    Link to this function

    json_encode!(text, opts \\ []) View Source

    Link to this function

    read(text) View Source
    read(data :: String.t() | map()) :: map()

    Link to this function

    to_atom_keys(data) View Source

    Link to this function

    write(data) View Source
    write(data :: map()) :: String.t()

    Built using ExDoc (v0.19.2), designed by Friedel Ziegelmayer for the Elixir programming language.