package JSON::Any; # git description: v1.39-25-gd13a0fd
use warnings;
use strict;
our $VERSION = '1.40';
use Carp qw(croak carp);
# ABSTRACT: (DEPRECATED) Wrapper Class for the various JSON classe
s
# KEYWORDS: json serialization serialisation wrapper abstraction
our $UTF8;
my ( %conf, $handler, $encoder, $decoder );
use constant HANDLER => 0;
use constant ENCODER => 1;
use constant DECODER =
EGIN {
%conf = (
json_1 => {
encoder => 'objToJson',
decoder => 'jsonToObj',
get_true => sub { return JSON::True(); },
get_