Group
Extension

Matches 1

Class-DBI-Plugin-TO_JSON ( G/GT/GTERMARS/Class-DBI-Plugin-TO_JSON-0.04.tar.gz, GTERMARS, 2021; MetaCPAN )
Class-DBI-Plugin-TO_JSON/lib/Class/DBI/Plugin/TO_JSON.pm ( view source; MetaCPAN )
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'
###############

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.