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.60 by root, Mon Aug 27 02:03:23 2007 UTC vs.
Revision 1.61 by root, Wed Sep 12 17:42:36 2007 UTC

666 to_json [\0,JSON::XS::true] # yields [false,true] 666 to_json [\0,JSON::XS::true] # yields [false,true]
667 667
668=item JSON::XS::true, JSON::XS::false 668=item JSON::XS::true, JSON::XS::false
669 669
670These special values become JSON true and JSON false values, 670These special values become JSON true and JSON false values,
671respectively. You cna alos use C<\1> and C<\0> directly if you want. 671respectively. You can also use C<\1> and C<\0> directly if you want.
672 672
673=item blessed objects 673=item blessed objects
674 674
675Blessed objects are not allowed. JSON::XS currently tries to encode their 675Blessed objects are not allowed. JSON::XS currently tries to encode their
676underlying representation (hash- or arrayref), but this behaviour might 676underlying representation (hash- or arrayref), but this behaviour might

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines