--- JSON-XS/XS.pm 2013/10/29 00:21:10 1.149 +++ JSON-XS/XS.pm 2013/10/29 15:55:49 1.151 @@ -103,7 +103,7 @@ use common::sense; -our $VERSION = '3.0'; +our $VERSION = 3.01; our @ISA = qw(Exporter); our @EXPORT = qw(encode_json decode_json); @@ -1147,6 +1147,12 @@ ("classname")[FREEZE return values...] +e.g.: + + ("URI")["http://www.google.com/"] + ("MyDate")[2013,10,29] + ("ImageData::JPEG")["Z3...VlCg=="] + For example, the hypothetical C C method might use the objects C and C members to encode the object: