You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to delegate to Aeson.Value's DBType via parseJSON/toJSON, but Aeson.Value's DBType is jsonb. This means (as far as I can tell) the behaviour is the same as JSONBEncoded.
It seems to delegate to
Aeson.Value'sDBTypeviaparseJSON/toJSON, butAeson.Value'sDBTypeisjsonb. This means (as far as I can tell) the behaviour is the same asJSONBEncoded.