1JSON::Create::PP(3) User Contributed Perl Documentation JSON::Create::PP(3)
2
3
4
6 JSON::Create::PP - Pure-Perl version of JSON::Create
7
9 This is a backup module for JSON::Create. JSON::Create is written using
10 Perl XS, but JSON::Create::PP offers the same functionality without the
11 XS.
12
14 B
15 Carp
16 This uses Carp to report errors.
17
18 Scalar::Util
19 Scalar::Util is used to distinguish strings from numbers, detect
20 objects, and break encapsulation.
21
22 Unicode::UTF8
23 This is used to handle conversion to and from character strings.
24
26 Printing of floating point numbers cannot be made to work exactly like
27 the XS version.
28
29
30
31perl v5.36.0 2023-01-20 JSON::Create::PP(3)