The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.