Group
Extension

Matches 1

Dotiac-addon-jsonify ( M/MA/MALUKU/dotiac/Dotiac-addon-jsonify-0.1.tar.gz, MALUKU, 2009; MetaCPAN )
Dotiac-addon-jsonify/lib/Dotiac/DTL/Addon/jsonify.pm ( view source; MetaCPAN )
###############################################################################
#jsonify.pm
#Last Change: 2009-01-21
#Copyright (c) 2009 Marc-Seabstian "Maluku" Lucksch
#Version 0.1
#############
s file is an addon to the Dotiac::DTL project. 
#http://search.cpan.org/perldoc?Dotiac::DTL
#
#jsonify.pm is published under the terms of the MIT license, which basically 
#means "Do with it whate
Addon::jsonify;
use strict;
use warnings;
require JSON;

#If it is not already loaded.
require Dotiac::DTL::Filter;
require Dotiac::DTL::Value;



our $VERSION=0.1;

our $json=JSON->new()

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