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

NAME

Mojo::Autobox::Hash - Autobox hash methods for Mojo::Autobox

SYNOPSIS

 use Mojo::Autobox;

 # '{"hello": "world"}'
 {hello => 'world'}->json;

DESCRIPTION

Hash methods for Mojo::Autobox. These also apply to hash references.

METHODS

json

Serializes the invocant hash using "encode_json" in Mojo::JSON and returns the result.

j

An alias for "json".