You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your time using this lib and opening this issue!
Unfortunately, I'm currently not maintaining this lib in favor of the new JSON module introduced in Elixir 1.18. I would recommend you to use and test it o/
Is your feature request related to a problem?
ExAws
expects that its' decoder have adecode
function that returns{:ok, term} | {:error, term}
Describe the feature you'd like
It would be nice to have a non-raising version of
Exneus.decode!
Describe alternatives you've considered
I could write my own wrapper, but this seems like a reasonable enough request
The text was updated successfully, but these errors were encountered: