私はグリーンホーンであり、からの機能elixir
をテストしたいPoison
iex
https://hexdocs.pm/poison/1.3.1/#functions_details
iex> Poison.decode("[1,2,3]")
このコマンドを実行すると、以下のエラーが発生します。
iex(1)> Poison.decode("[1,2,3]")
** (UndefinedFunctionError) function Poison.decode/1 is undefined (module Poison is not available)
Poison.decode("[1,2,3]")
ここで何が間違っていますか?