-
-
15 Jul 2021 23:24:42 UTC
- Distribution: JSON-Create
- Module version: 0.35
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (128 / 1 / 0)
- Kwalitee
Bus factor: 1- 42.68% Coverage
- License: perl_5
- Perl: v5.6.1
- Activity
24 month- Tools
- Download (179.9KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- B
- Carp
- JSON::Parse
- POSIX
- Scalar::Util
- Unicode::UTF8
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install JSON::Create, copy and paste the appropriate command in to your terminal.
cpanm JSON::Create
perl -MCPAN -e shell install JSON::Create
For more information on module installation, please visit the detailed CPAN module installation guide.