Code samples of replacing poison with jason

Hi there, I’m looking to refactor/replace poison code to jason code and would love to see some sample code…

Thanks,

LC

The core API is identical (encode/decode/etc) apart from some corner-cases in parsing; what specific Poison features is your code using?

See also “Differences to Poison” in the Jason docs

1 Like

just playing with the two libs trying to get familiar with both. when working with Poison.encode! all is peachy, when doing the same with Jason.encod! I get errors.

have not played with code in a little bit so I don’t have the actual error message but will copy it here next time…

thanks for your response.