ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/XS.pm
(Generate patch)

Comparing JSON-XS/XS.pm (file contents):
Revision 1.134 by root, Mon Feb 21 15:38:06 2011 UTC vs.
Revision 1.136 by root, Wed Jul 27 15:53:40 2011 UTC

101 101
102package JSON::XS; 102package JSON::XS;
103 103
104use common::sense; 104use common::sense;
105 105
106our $VERSION = '2.3'; 106our $VERSION = '2.31';
107our @ISA = qw(Exporter); 107our @ISA = qw(Exporter);
108 108
109our @EXPORT = qw(encode_json decode_json to_json from_json); 109our @EXPORT = qw(encode_json decode_json to_json from_json);
110 110
111sub to_json($) { 111sub to_json($) {
1319that difficult or long) and finally make YAML compatible to it, and 1319that difficult or long) and finally make YAML compatible to it, and
1320educating users about the changes, instead of spreading lies about the 1320educating users about the changes, instead of spreading lies about the
1321real compatibility for many I<years> and trying to silence people who 1321real compatibility for many I<years> and trying to silence people who
1322point out that it isn't true. 1322point out that it isn't true.
1323 1323
1324Addendum/2009: the YAML 1.2 spec is still incomaptible with JSON, even 1324Addendum/2009: the YAML 1.2 spec is still incompatible with JSON, even
1325though the incompatibilities have been documented (and are known to 1325though the incompatibilities have been documented (and are known to Brian)
1326Brian) for many years and the spec makes explicit claims that YAML is a 1326for many years and the spec makes explicit claims that YAML is a superset
1327superset of JSON. It would be so easy to fix, but apparently, bullying and 1327of JSON. It would be so easy to fix, but apparently, bullying people and
1328corrupting userdata is so much easier. 1328corrupting userdata is so much easier.
1329 1329
1330=back 1330=back
1331 1331
1332 1332

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines