Skip to content

Instantly share code, notes, and snippets.

@kanishkablack
Created March 7, 2019 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kanishkablack/4ac1b5313bbae7ef8728a3e4f3724dfc to your computer and use it in GitHub Desktop.
Save kanishkablack/4ac1b5313bbae7ef8728a3e4f3724dfc to your computer and use it in GitHub Desktop.
Elixir migration from Poison to Jason/Jiffy
Poison.decode(payload)
Jason.decode(payload)
Jiffex.decode(payload)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment