--- JSON-XS/XS.pm 2007/11/25 19:11:07 1.72 +++ JSON-XS/XS.pm 2007/11/29 13:35:35 1.75 @@ -86,7 +86,7 @@ use strict; -our $VERSION = '1.53'; +our $VERSION = '2.0'; our @ISA = qw(Exporter); our @EXPORT = qw(to_json from_json); @@ -279,8 +279,6 @@ =item $json = $json->pretty ([$enable]) -=item $enabled = $json->get_pretty - This enables (or disables) all of the C, C and C (and in the future possibly more) flags in one call to generate the most readable (or most compact) form possible. @@ -431,7 +429,7 @@ =item $json = $json->allow_blessed ([$enable]) -=item $enabled = $json->get_allow_bless +=item $enabled = $json->get_allow_blessed If C<$enable> is true (or missing), then the C method will not barf when it encounters a blessed reference. Instead, the value of the