From f4805bf85b5dc08be20fafb9fbee33201af4d175 Mon Sep 17 00:00:00 2001 From: rafan Date: Tue, 11 Jul 2006 20:58:42 +0000 Subject: 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 Tatsuhiko Miyagawa WWW: http://search.cpan.org/dist/JSON-Syck/ PR: ports/100071 Submitted by: Gea-Suan Lin --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') 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 -- cgit