const github.com/jackc/pgx/v5/pgtype.JSONOID

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L28: 	JSONOID                = 114
		pgtype_default.go#L68: 	defaultMap.RegisterType(&Type{Name: "json", OID: JSONOID, Codec: &JSONCodec{Marshal: json.Marshal, Unmarshal: json.Unmarshal}})
		pgtype_default.go#L152: 	defaultMap.RegisterType(&Type{Name: "_json", OID: JSONArrayOID, Codec: &ArrayCodec{ElementType: defaultMap.oidToType[JSONOID]}})