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.146 by root, Tue Oct 29 00:18:55 2013 UTC vs.
Revision 1.147 by root, Tue Oct 29 00:19:08 2013 UTC

467 467
468=item $json = $json->allow_blessed ([$enable]) 468=item $json = $json->allow_blessed ([$enable])
469 469
470=item $enabled = $json->get_allow_blessed 470=item $enabled = $json->get_allow_blessed
471 471
472See "OBJECT SERIALISATION" for details. 472See L<OBJECT SERIALISATION> for details.
473 473
474If C<$enable> is true (or missing), then the C<encode> method will not 474If C<$enable> is true (or missing), then the C<encode> method will not
475barf when it encounters a blessed reference that it cannot convert 475barf when it encounters a blessed reference that it cannot convert
476otherwise. Instead, a JSON C<null> value is encoded instead of the object. 476otherwise. Instead, a JSON C<null> value is encoded instead of the object.
477 477

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines