Test2::Harness::Util::File::JSON - Utility class for a JSON file.
Subclass of Test2::Harness::Util::File which automatically handles
encoding/decoding JSON data.
require Test2::Harness::Util::File::JSON;
my $file = Test2::Harness::Util::File::JSON->new(name => '/path/to/file.json');
$hash = $file->read;
# or
$$file->write({...});
See the base class Test2::Harness::Util::File for methods.
The source code repository for Test2-Harness can be found at
http://github.com/Test-More/Test2-Harness/.
- Chad Granum <exodist@cpan.org>
- Chad Granum <exodist@cpan.org>
Copyright 2020 Chad Granum <exodist7@gmail.com>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/