Poison.decode! - (MatchError) no match of right hand side value

Thanks!

Got it working with:
iex(1)> %{balances: items} = Poison.decode!(results.body, keys: :atoms)

1 Like