michalmuskala / jason

A blazing fast JSON parser and generator in pure Elixir.
Other
1.61k stars 170 forks source link

encode ecto schema #82

Closed codenoid closed 5 years ago

codenoid commented 5 years ago

why phoenix choose jason as json_library by default ? there is some incompatible with the old version, jason can’t encode my ecto schema (while older version can)

michalmuskala commented 5 years ago

This is probably not the right place to ask this question. If you're asking about differences between this library and Poison (the old Phoenix's default), they are outlined in the Readme.