NAME

JSON::Create - turn a Perl variable into JSON

SYNOPSIS

use JSON::Create 'create_json';

DESCRIPTION

This module produces JSON out of Perl

FUNCTIONS

create_json

my $json = create_json (\%hash);

SEE ALSO

This module is a companion module to the same author's JSON::Parse.