NAME
Developer::Dashboard::JSON - JSON::XS wrapper for Developer Dashboard
SYNOPSIS
use Developer::Dashboard::JSON qw(json_encode json_decode);
DESCRIPTION
This module centralizes JSON encoding and decoding so the project uses a single consistent JSON backend and output style.
FUNCTIONS
json_encode
Encode a Perl value as canonical pretty JSON.
json_decode
Decode JSON text into a Perl value.