ckage
dotconfig::Decoder;
use strict;
use warnings;
use Math::BigInt;
use Math::BigFloat;
use JSON ();
use constant {
DC_SPACE => ' ',
DC_TAB => "\t",
DC_LF
shift->_consume_if(DC_FALSE) ? \JSON::false : undef }
sub true { shift->_consume_if(DC_TRUE) ? \JSON::true : undef }
sub null { shift->_consume_if(DC_NULL) ? \JSON::null : undef }
sub number {