--- JSON-XS/XS.pm 2008/03/19 13:25:26 1.87 +++ JSON-XS/XS.pm 2008/03/19 13:44:41 1.88 @@ -1083,8 +1083,9 @@ in the JSON::XS distribution, to make it easy to compare on your own system. -First comes a comparison between various modules using a very short -single-line JSON string: +First comes a comparison between various modules using +a very short single-line JSON string (also available at +L). {"method": "handleMessage", "params": ["user1", "we were just talking"], \ "id": null, "array":[1,11,234,-5,1e5,1e7, true, false]} @@ -1113,7 +1114,7 @@ favourably to Storable for small amounts of data. Using a longer test string (roughly 18KB, generated from Yahoo! Locals -search API (http://dist.schmorp.de/misc/yahoo.json). +search API (L>http://dist.schmorp.de/misc/json/long.json>). module | encode | decode | -----------|------------|------------|