aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-JSON-Syck/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-JSON-Syck/pkg-descr')
-rw-r--r--textproc/p5-JSON-Syck/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/p5-JSON-Syck/pkg-descr b/textproc/p5-JSON-Syck/pkg-descr
new file mode 100644
index 000000000000..b208d7636bfa
--- /dev/null
+++ b/textproc/p5-JSON-Syck/pkg-descr
@@ -0,0 +1,15 @@
+You might want to know the difference between JSON and JSON::Syck.
+
+Since JSON is a pure-perl module and JSON::Syck is based on libsyck,
+JSON::Syck is supposed to be very fast and memory efficient. See
+chansen's benchmark table at
+http://idisk.mac.com/christian.hansen/Public/perl/serialize.pl
+
+JSON.pm comes with dozens of ways to do the same thing and lots of
+options, while JSON::Syck doesn't. There's only Load and Dump.
+
+Oh, and JSON::Syck doesn't use camelCase method names :-)
+
+Author: Audrey Tang <autrijus@autrijus.org>
+ Tatsuhiko Miyagawa <miyagawa@gmail.com>
+WWW: http://search.cpan.org/dist/JSON-Syck/