diff options
author | Donald Cooley <dfc@warpmail.net> | 2013-12-25 18:26:12 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-25 15:05:43 -0600 |
commit | f2238f8a9a00291a2005e7d5ebede2ff10ef42ac (patch) | |
tree | ac4fb0f9ba189f3047da1886c4ed7d91d0ab727c /perl/perl-JSON-XS/README | |
parent | 15d894dc94fcc42ba3a892a0dac6da40e6e4df46 (diff) | |
download | slackbuilds-f2238f8a9a00291a2005e7d5ebede2ff10ef42ac.tar.gz |
perl/perl-JSON-XS: Added (JSON serialising/deserialising).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-JSON-XS/README')
-rw-r--r-- | perl/perl-JSON-XS/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-JSON-XS/README b/perl/perl-JSON-XS/README new file mode 100644 index 0000000000..fd27ddb5ad --- /dev/null +++ b/perl/perl-JSON-XS/README @@ -0,0 +1,3 @@ +This module converts Perl data structures to JSON and vice versa. +Its primary goal is to be correct and its secondary goal is to be +fast. To reach the latter goal it was written in C.
\ No newline at end of file |