Which JSON parser do you recommend?

What is a decent elixir package to use for parsing/converting JSON? Preferably one I can use on its own and not part of a bigger package.

I think jason (jason | Hex) is pretty good

I agree. Jason and Poison (poison | Hex) are the two that I think I’ve heard the most about. Jason being the younger, and designed to be a drop in replacement for Poison providing better performance and additional features that could be adopted over time.