edgurgel / tentacat

Simple Elixir wrapper for the GitHub API

Home Page:https://hexdocs.pm/tentacat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

migrate to Jason

bdubaut opened this issue · comments

I am getting dependency conflicts with the jsx package version, which is required by exjsx.

Since the exjsx package is archived on GitHub, would it make sense to migrate the JSON encoding/decoding & serialization to jason ?

I understand it might come at a certain cost since tentacat uses :jsx.json_term() in the type specs, and it can also have an impact on the library's configuration options for deserialization.

Yeah let's use Jason!