###############################################################################
#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()