Handle support for both Jason and JSON
We will simply rescue the exception thrown by both libraries and return
a simple `:error` to keep the interface consistent. We will need to keep
an eye on upstream changes in Ecto as support for both `JSON` and `Jason`
evolve.
closes: #159