MojoX::JSON::XS - A JSON::XS backend replacement for Mojo::JSON
=head1 SYNOPSIS
sub startup
{
# ...
$self->plugin('MojoX::JSON::XS');
# ...
}
=head1 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.
=head1 FEATURES
It does not gracefully handle or skip blessed hashes