How do I use the Postgres JSONB / Postgrex JSON extension?

They are equivalent when using postgres. map is an abstract type and each database adapter can choose the actual representation - for postgres it’s jsonb.

7 Likes