for comments in JSON content.
#
# Functions: import
# comment_style
# get_comment_style
# decode
#
# Libraries: JSON
#
# Global Co
#####################################################
package JSON::WithComments;
use 5.008;
use strict;
use warnings;
use base qw(JSON);
use Carp ();
our $VERSION = '0.003'; # VERSION
# These re
at will be used by decode_json.
my $default_comment_style = 'javascript';
# This table is used in lieu of per-object hashkeys, as the object is not a
# hashref when the JSON::XS backend is in use.
my