NAME

PSON - Serialize object to Perl code

SYNOPSIS

use PSON;

my $pson = encode_pson([]);
# $pson is `[]`

DESCRIPTION

PSON is yet another serialization library for Perl5, has the JSON.pm like interface.

STABILITY

This release is a prototype. Every API will change without notice. (But, I may not remove encode_pson($scalar) interface. You can use this.)

I need your feedback. If you have ideas or comments, please report to Github Issues.

OBJECT-ORIENTED INTERFACE

The object oriented interface lets you configure your own encoding or decoding style, within the limits of supported formats.

PSON Spec

LICENSE

Copyright (C) Tokuhiro Matsuno.

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

AUTHOR

Tokuhiro Matsuno tokuhirom@gmail.com