NAME

Developer::Dashboard::DataHelper - older JSON helper compatibility functions

SYNOPSIS

use Developer::Dashboard::DataHelper qw(j je);
my $json = j({ ok => 1 });

DESCRIPTION

This module provides the small older JSON helper functions used by older bookmark code blocks.

FUNCTIONS

j, je

Encode and decode JSON values.