Running into this error with a postgres numeric type which leverages `decimal.Decimal` under the hood: ``` TypeError: Decimal('1.6') is not JSON serializable ``` I think I see how to add it, so I'll put up a PR if I'm successful.