1Test2::Harness::Util::FUisleer::CJoSnOtNr(i3b)uted PerlTDeosctu2m:e:nHtaartnieosns::Util::File::JSON(3)
2
3
4
6 Test2::Harness::Util::File::JSON - Utility class for a JSON file.
7
9 Subclass of Test2::Harness::Util::File which automatically handles
10 encoding/decoding JSON data.
11
13 require Test2::Harness::Util::File::JSON;
14 my $file = Test2::Harness::Util::File::JSON->new(name => '/path/to/file.json');
15
16 $hash = $file->read;
17 # or
18 $$file->write({...});
19
21 See the base class Test2::Harness::Util::File for methods.
22
24 The source code repository for Test2-Harness can be found at
25 http://github.com/Test-More/Test2-Harness/.
26
28 Chad Granum <exodist@cpan.org>
29
31 Chad Granum <exodist@cpan.org>
32
34 Copyright 2020 Chad Granum <exodist7@gmail.com>.
35
36 This program is free software; you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
39 See http://dev.perl.org/licenses/
40
41
42
43perl v5.32.1 2021-03-12Test2::Harness::Util::File::JSON(3)