'x($bad_char-1).'^';
return $msg;
}
1;
__END__
=pod
=head1 NAME
Parse::JCONF - Parse JCONF (JSON optimized for configs)
=head1 SYNOPSIS
use strict;
use Parse::JCONF;
my $raw_c
\"Moo\", \"Mo\")"
=head1 DESCRIPTION
JSON is good, but not very handy for configuration files. JCONF intended to fix this.
It has several differences with JSON format:
=over
=item bareword - the
ONF value
=item values in the object/array or root trines may be devided with comma "," (like in JSON) or with new line (or even several)
val = [1,2,3,4] # with comma
val = [ #