Gripe: make the JSON type into the JSONB type for improved performance and operator support.
The JSONB type is somewhat more efficient and supports more operators and functions than the JSON type. Otherwise, it's basically a drop-in replacement. This addresses a gripe to convert to this type.