Lines Matching +refs:decode +refs:scalar +refs:value +refs:utf +refs:be

13         - Fix decode relaxed with comment at the end of the buffer (GH #174 fgaspar), a regression
18 - Fix decode_json(scalar, 0) (GH #171 plicease), check 2nd arg for true-ness
47 - Fix typed decode memory leak (#160 by Pali).
53 This can be an alternative to Cpanel::JSON::XS::Type when having
95 - Fix typed json encoder conversion from scalar's PV and NV slot to
104 The BOM encoding effects only its very own decode call,
111 "Attempt to free unreferenced scalar" with convert_blessed and overload.
116 - Silence 2 -Wunused-value warnings
194 RFC 7159 section 4 says that "The names within an object should be unique."
247 - decode utf8 security fixes for perl 5.6.
251 i.e. decode "\ud801\udc02\x{10204}"
258 - fixed decode bignum with a string prefix. #76, patch by GilmarSantosJr.
265 - fixed documentation of decode for unicode noncharacters.
276 - add comprehensive JSON decode spectests from
278 - decode with BOM (UTF-8, UTF-16, or UTF-32). For now only UTF-8,
282 - changed decode of unicode noncharacters between U+FFFD and U+10FFFF
285 - fail decode of non-unicode raw characters above U+10FFFF
358 - add -f cbor decode option (via CBOR::XS) to cpanel_json_xs
411 - Fixed regression of immediate raw values for null/true/false to be
596 with binary decode it to the original bytes before encoding it to escaped JSON.
611 - nondev version to be indexed in CPAN
617 $json->incr_text may not be called as lvalue,
630 - internal encode/decode XS wrappers did not expect stack
645 (this can be useful to allow whitespace-keepalive on a tcp
648 (e.g. undef) when trying to decode a json text (reported
664 - implement our own atof function - perl's can be orders of
666 side, ours seems to be more exact in general than perl's.
742 when can we finally have utf-8 in pod???
748 the same scalar (reported by pasha sadri).
768 - add =encoding utf-8 to the manpage, now that perl 5.10 supports it.
776 The old functions croak and might be replaced by JSON.pm
780 - this is supposed to be the first version of JSON::XS
782 Using the JSON module as frontend to JSON::XS should be
802 - require 5.8.2, as this seems to be the first unicode-stable version.
825 - fix a bug in decode filters calling ENTER; SAVETMPS;
837 settings that specify a callback to be called when
863 Also try to be more compatible with slightly older versions,
889 - decode did not work with magical scalars (doh!).
894 of characters consumed by a decode.
901 C libraries that expect that 0 to be there.
903 pseudo-C. They should be burned to the ground for pissing
904 on standards. And I should be stoned for even trying to
913 to be impossible to get. Tests on other freebsd systems indicate
920 - do not segfault when from_json/decode gets passed
994 - handle utf8 flag correctly in decode.
998 - fix decoding of utf-8 strings.