joken VS poison

Compare joken vs poison and see what are their differences.

joken

Elixir JWT library (by joken-elixir)

poison

An incredibly fast, pure Elixir JSON library (by devinus)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
joken poison
3 3
737 1,992
0.3% -
4.6 0.0
20 days ago 23 days ago
Elixir Elixir
Apache License 2.0 BSD Zero Clause License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

joken

Posts with mentions or reviews of joken. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-25.
  • Google Login One tap backend with Elixir and Joken
    2 projects | dev.to | 25 Oct 2022
    A quick write on how to use Google's One tap login with Elixir. There is no library for Elixir, so I struggled a bit to get the backend working until I found the answer here. This is based on the Jose/Joken library.
  • Complete, Production-Ready Phoenix Reference Applications
    28 projects | /r/elixir | 15 Nov 2021
    AuthN: For authentication, I'd look at the built-in auth generator. If you need to add JWT things, joken and/or guardian can probably meet your needs.
    28 projects | /r/elixir | 15 Nov 2021
    For auth, I'd look at the built-in auth generator. If you need to add JWT things, joken and/or guardian can probably meet your needs. Queues are an interesting use case. For one thing, longer response time are typically much less of an issue Phoenix, than with something like Rails or Django, because it can handle many times more simultaneous requests. In Rails, I would have thrown email sending into a job queue, so the request isn't blocking other request. In Phoenix, I may just send the email in the context

poison

Posts with mentions or reviews of poison. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-20.

What are some alternatives?

When comparing joken and poison you can also consider the following projects:

jason - A blazing fast JSON parser and generator in pure Elixir.

jose - JSON Object Signing and Encryption (JOSE) for Erlang and Elixir

jsx - an erlang application for consuming, producing and manipulating json. inspired by yajl

json - Native JSON library for Elixir

ja_serializer - JSONAPI.org Serialization in Elixir.

exjson - JSON parser and genarator in Elixir.

exjsx

jsone - Erlang JSON library

JsonStreamEncoder - Streaming encoder for JSON in elixir.

json_pointer - Implementation of RFC 6901 which defines a string syntax for identifying a specific value within a JSON document