FreeBSD converters : p5-JSON-XS4>
JSON serialising/deserialising, done correctly and fast
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.
As this is the n-th-something JSON module on CPAN, what was the reason
to write yet another JSON module? While it seems there are many JSON
modules, none of them correctly handle all corner cases, and in most
cases their maintainers are unresponsive, gone missing, or not listening
to bug reports for other reasons.
http://search.cpan.org/dist/JSON-XS/
|
p5-JSON-XS history
v. 1.15
date: 2007/10/17 03:46:25; author: clsung; state: Exp; lines: +1 -1
- Update to 1.52
v. 1.14
date: 2007/10/15 03:21:23; author: clsung; state: Exp; lines: +1 -1
- Update to 1.51
v. 1.13
date: 2007/09/08 00:53:14; author: linimon; state: Exp; lines: +2 -8
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
v. 1.12
date: 2007/08/22 00:59:55; author: clsung; state: Exp; lines: +1 -1
- Update to 1.44
v. 1.11
date: 2007/07/30 03:21:18; author: clsung; state: Exp; lines: +1 -1
- Update to 1.43
PR: ports/115001
Submitted by: chinsan
Reviewed by: clsung
v. 1.10
date: 2007/07/25 01:20:55; author: clsung; state: Exp; lines: +1 -1
- Update to 1.42
v. 1.9
date: 2007/07/13 05:20:44; author: clsung; state: Exp; lines: +2 -2
- Update to 1.41
v. 1.8
date: 2007/06/14 04:17:13; author: clsung; state: Exp; lines: +1 -1
- Update to 1.24
v. 1.7
date: 2007/06/09 02:54:22; author: clsung; state: Exp; lines: +1 -1
- Update to 1.23
v. 1.6
date: 2007/05/30 02:15:45; author: clsung; state: Exp; lines: +1 -1
- Update to 1.22
v. 1.5
date: 2007/04/09 08:06:35; author: clsung; state: Exp; lines: +1 -1
- Update to 1.11
v. 1.4
date: 2007/04/04 07:34:35; author: clsung; state: Exp; lines: +2 -1
- Update to 1.10 (1.1)
v. 1.3
date: 2007/04/01 15:09:27; author: clsung; state: Exp; lines: +1 -1
- Update to 1.01
v. 1.2
date: 2007/03/31 06:13:38; author: clsung; state: Exp; lines: +1 -1
- Update to 1.0
v. 1.1
date: 2007/03/26 01:39:09; author: clsung; state: Exp;
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.
As this is the n-th-something JSON module on CPAN, what was the reason
to write yet another JSON module? While it seems there are many JSON
modules, none of them correctly handle all corner cases, and in most
cases their maintainers are unresponsive, gone missing, or not listening
to bug reports for other reasons.
WWW: http://search.cpan.org/dist/JSON-XS/
=============================================================================
|