package Net::DHCP::Windows::Netsh::Parse;
use 5.006;
use strict;
use warnings;
use JSON;
=head1 NAME
Net::DHCP::Windows::Netsh::Parse - Parses the output from 'netsh dhcp server dump'
=head1 VERSI
ith... ".$@."\n";
}
# no white space
my $json=$parser->json(0);
# now with useful white space
$json=$parser->json(0);
=head1 METHODS
=head2 new
This initiates the obje
}
=head2 json
This returns the parsed data as JSON.
One option is taken and that is either a 0/1 for
if it should be made nice and pretty.
# no white space
my $json=$parser->json(0);