There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Catmandu::Serializer - A (de)serializer from and to json strings

DESCRIPTION

serializer 'json' returns a binary utf-8 string,
which only makes sense if you  send your data to column of type 'binary'

use this serializer if your data column is a text field or a subtype of text
(like json or jsonb in postgres)

SEE ALSO

Catmandu::Serializer