jason VS joken

Compare jason vs joken and see what are their differences.

jason

A blazing fast JSON parser and generator in pure Elixir. (by michalmuskala)

joken

Elixir JWT library (by joken-elixir)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
jason joken
3 3
1,550 737
- 0.3%
4.8 4.6
20 days ago 20 days ago
Elixir Elixir
Apache License 2.0 Apache License 2.0
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.

jason

Posts with mentions or reviews of jason. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-26.
  • Probuild Ex Part One
    10 projects | dev.to | 26 Sep 2022
    The pro_list/0 function above in the module will do a GET request to the UGG endpoint then pass the body to Jason to convert this JSON result to an elixir representation.
  • Consumindo GraphQL com Elixir?
    8 projects | dev.to | 2 Jun 2022
    jason:1.3 (Conversor de JSON)

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

What are some alternatives?

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

poison - An incredibly fast, pure Elixir JSON library

json - Native JSON library for 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

ja_serializer - JSONAPI.org Serialization in Elixir.

JSON-LD.ex - An implementation of JSON-LD for Elixir

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

jsonapi - JSON:API Serializer and Query Handler for Elixir

exjsx