wok view perl-json-pp/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children
line source
1 JSON::PP is a pure perl JSON decoder and encoder, and (almost) compatible
2 to much faster JSON::XS written by Marc Lehmann in C.
3 JSON::PP works as a fallback module when you use JSON module without
4 having installed JSON::XS.
6 Because of this fallback feature of JSON.pm, JSON::PP tries not to be
7 more JavaScript-friendly than JSON::XS (i.e. not to escape extra
8 characters such as U+2028 and U+2029, etc), in order for you not to lose
9 such JavaScript-friendliness silently when you use JSON.pm and install
10 JSON::XS for speed or by accident.
11 If you need JavaScript-friendly RFC7159-compliant pure perl module,
12 try JSON::Tiny, which is derived from Mojolicious web framework and is
13 also smaller and faster than JSON::PP.
15 JSON::PP has been in the Perl core since Perl 5.14, mainly for CPAN
16 toolchain modules to parse META.json.