package Class::DBI::Plugin::TO_JSON;
###############################################################################
# Required inclusions.
###########################################################
###############################################
use base qw( Exporter );
our @EXPORT = qw(
TO_JSON
);
###############################################################################
# Version
#
# Subroutine: TO_JSON()
###############################################################################
# Turns the CDBI data record into a HASHREF suitable for use with 'JSON::XS'
###############