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.99 by root, Thu Mar 27 06:37:35 2008 UTC vs.
Revision 1.100 by root, Sun Mar 30 09:27:16 2008 UTC

1230 1230
1231First comes a comparison between various modules using 1231First comes a comparison between various modules using
1232a very short single-line JSON string (also available at 1232a very short single-line JSON string (also available at
1233L<http://dist.schmorp.de/misc/json/short.json>). 1233L<http://dist.schmorp.de/misc/json/short.json>).
1234 1234
1235 {"method": "handleMessage", "params": ["user1", "we were just talking"], \ 1235 {"method": "handleMessage", "params": ["user1",
1236 "id": null, "array":[1,11,234,-5,1e5,1e7, true, false]} 1236 "we were just talking"], "id": null, "array":[1,11,234,-5,1e5,1e7,
1237 true, false]}
1237 1238
1238It shows the number of encodes/decodes per second (JSON::XS uses 1239It shows the number of encodes/decodes per second (JSON::XS uses
1239the functional interface, while JSON::XS/2 uses the OO interface 1240the functional interface, while JSON::XS/2 uses the OO interface
1240with pretty-printing and hashkey sorting enabled, JSON::XS/3 enables 1241with pretty-printing and hashkey sorting enabled, JSON::XS/3 enables
1241shrink). Higher is better: 1242shrink). Higher is better:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines