diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-12 04:58:42 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-12 04:58:42 +0800 |
commit | f4805bf85b5dc08be20fafb9fbee33201af4d175 (patch) | |
tree | e85b4606f6f3d806b1c5692215bcd889203ae035 /textproc/Makefile | |
parent | fb0d4d03239023dc44750f3881515d7911fd5399 (diff) | |
download | freebsd-ports-gnome-f4805bf85b5dc08be20fafb9fbee33201af4d175.tar.gz freebsd-ports-gnome-f4805bf85b5dc08be20fafb9fbee33201af4d175.tar.zst freebsd-ports-gnome-f4805bf85b5dc08be20fafb9fbee33201af4d175.zip |
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/
PR: ports/100071
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index be9fafef8a47..951c555ce4aa 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -331,6 +331,7 @@ SUBDIR += p5-Hash-Merge SUBDIR += p5-IDNA-Punycode SUBDIR += p5-IO-CSVHeaderFile + SUBDIR += p5-JSON-Syck SUBDIR += p5-KinoSearch SUBDIR += p5-LJ-SpellCheck SUBDIR += p5-Lingua-Conjunction |