JSON::PC version 0.01
=================

DESCRIPTION

JSON::PC is a XS version of JSON::Parser and JSON::Converter.
This module has almost compatibility to them and is very fast.

For JSON format, See to http://www.crockford.com/JSON/.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

This module requires these other modules and libraries:

  Test::More


COPYRIGHT AND LICENCE

Copyright (C) 2006 by Makamaka Hannyaharamitu

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 
