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.

3 Likes

I think jason (https://hex.pm/packages/jason) is pretty good

12 Likes

I agree. Jason and Poison (https://hex.pm/packages/poison) 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.

1 Like