The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

DESCRIPTION

This is a backup module for JSON::Create. JSON::Create is written using Perl XS, but JSON::Create::PP offers the same functionality without the XS.

DEPENDENCIES

B
Carp

This uses Carp to report errors.

Scalar::Util

Scalar::Util is used to distinguish strings from numbers, detect objects, and break encapsulation.

Unicode::UTF8

This is used to handle conversion to and from character strings.

BUGS

Printing of floating point numbers cannot be made to work exactly like the XS version.