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 invovant hash using "encode_json" in Mojo::JSON and returns the result.

j

An alias for "json".

1 POD Error

The following errors were encountered while parsing the POD:

Around line 39:

'=end' without a target?