Acme::PSON - PSON(PerlScript Object Notation) Module
use PSON qw(obj2pson pson2obj);
my $data = { x=> 'adfs' , y => 'adf' };
my $pson = obj2pson( $data );
my $obj = pson2obj( $pson );
Like JSON but use Dumper.
get pson data.
get hash_ref or array_ref.
Masahiro Funakoshi <masap@cpan.org> Tomohiro Teranishi <tomohiro.teranishi@gmail.com>