gpt4 book ai didi

json - 在 iex 中运行 elixir poison 命令

转载 作者:行者123 更新时间:2023-12-04 02:56:32 31 4
gpt4 key购买 nike

我是 elixir 的新手,想测试 iexPoison 函数

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]")

我在这里做错了什么?

最佳答案

如果你只是启动iex,它没有加载额外的代码。假设 poison 作为依赖项添加到您的 mix.exs 中,您可以通过运行以下命令在您的应用程序上下文中启动 iex:

iex -S mix

您还可以:

iex -S mix run --no-start

在这种情况下,它只会加载代码,但不会启动您的监督树。

关于json - 在 iex 中运行 elixir poison 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52928602/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com