Group
Extension

Matches 1

JSON-WithComments ( R/RJ/RJRAY/JSON-WithComments-0.003.tar.gz, RJRAY, 2017; MetaCPAN )
JSON-WithComments/lib/JSON/WithComments.pm ( view source; MetaCPAN )
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

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.