ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/converters/p5-JSON-XS/pkg-descr
Revision: 20576
Committed: Sat Oct 31 13:47:19 2015 UTC (8 years, 6 months ago) by laffer1
File size: 550 byte(s)
Log Message:
minor fixes, also update psiconv to 0.9.9

File Contents

# Content
1 This module converts Perl data structures to JSON and vice versa.
2 Its primary goal is to be correct and its secondary goal is to be fast.
3 To reach the latter goal it was written in C.
4
5 As this is the n-th-something JSON module on CPAN, what was the reason
6 to write yet another JSON module? While it seems there are many JSON
7 modules, none of them correctly handle all corner cases, and in most
8 cases their maintainers are unresponsive, gone missing, or not listening
9 to bug reports for other reasons.
10
11 WWW: http://search.cpan.org/dist/JSON-XS/