1JSON::Create::PP(3)   User Contributed Perl Documentation  JSON::Create::PP(3)
2
3
4

NAME

6       JSON::Create::PP - Pure-Perl version of JSON::Create
7

DESCRIPTION

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

DEPENDENCIES

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

BUGS

26       Printing of floating point numbers cannot be made to work exactly like
27       the XS version.
28
29
30
31perl v5.34.0                      2021-07-22               JSON::Create::PP(3)
Impressum