ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/Changes
(Generate patch)

Comparing JSON-XS/Changes (file contents):
Revision 1.193 by root, Tue Oct 27 18:05:58 2020 UTC vs.
Revision 1.194 by root, Wed Nov 9 11:47:12 2022 UTC

4TODO: maybe avoid the reblessing and better support readonly objects. 4TODO: maybe avoid the reblessing and better support readonly objects.
5TODO: how to cope with tagged values and standard json decoders 5TODO: how to cope with tagged values and standard json decoders
6TODO: investigate magic (Eric Brine) 6TODO: investigate magic (Eric Brine)
7TODO: [PATCH] Types::Serialiser: Inline true(), false() and error() functions 7TODO: [PATCH] Types::Serialiser: Inline true(), false() and error() functions
8TODO: replace bool_stash by BOOL_STASH seems to work with mod_perl, make a compile time option? 8TODO: replace bool_stash by BOOL_STASH seems to work with mod_perl, make a compile time option?
9
10TODO: validate_utf8, apparewntly some people confuse themselves.
11TODO: security considerations
9 12
104.03 Tue Oct 27 19:05:01 CET 2020 134.03 Tue Oct 27 19:05:01 CET 2020
11 - when parsing comments in relaxed mode, JSON::XS would detect garbage 14 - when parsing comments in relaxed mode, JSON::XS would detect garbage
12 after the JSON text if the comment is after the end and does not end in 15 after the JSON text if the comment is after the end and does not end in
13 a newline (reported by Felipe Gasper). 16 a newline (reported by Felipe Gasper).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines