The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MojoX::JSON::XS - A JSON::XS backend replacement for Mojo::JSON

SYNOPSIS

    sub startup
    {
        # ...

        $self->plugin('MojoX::JSON::XS');

        # ...
    }
    

DESCRIPTION

Replaces Mojo::JSON methods encode, deocde and j with JSON::XS equivalient. This gives faster processing, and removes the unnecessary encode of '/' chars in strings.

FEATURES

It does not gracefully handle or skip blessed hashes