NAME
JSON::Create::Bool - Booleans for JSON::Create
SYNOPSIS
use JSON::Create::Bool;
my %thing = (yes => true, no => false);
print json_create (\%thing);
DESCRIPTION
This module provides substitute booleans for JSON::Create. These booleans are intended only to be used for generating true
and false
literals in JSON output. They don't work very well for other purposes. If you want booleans which can be used for general purposes, please try other modules like boolean.
EXPORTS
true
and false
are exported by default.
SEE ALSO
See the documentation for JSON::Create for author, copyright, date, and version information.