ckage Kwiki::JSON;
use warnings;
use strict;
use Kwiki::Plugin '-Base';
use mixin 'Kwiki::Installer';
our $VERSION = '0.01';
const class_title => 'JSON Library';
const class_id => 'json';
const java
> 'json.js';
sub register {
my $registry = shift;
$registry->add(preload => 'json', priority => 1);
}
1; # End of Kwiki::JSON
__DATA__
=head1 NAME
Kwiki::JSON - Provides the JSON j
S
The developers of the JSON language as well as the many implementations of
JSON. It is great to have data structures than can be understood by all
languages and without JSON many of my project woul