Group
Extension

Matches 1

Dotiac-addon-json ( M/MA/MALUKU/dotiac/Dotiac-addon-json-0.1.1.tar.gz, MALUKU, 2009; MetaCPAN )
Dotiac-addon-json/lib/Dotiac/DTL/Addon/json.pm ( view source; MetaCPAN )
###############################################################################
#json.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
#
#json.pm is published under the terms of the MIT license, which basically 
#means "Do with it whatever
::Addon::json;
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.