This commit is contained in:
Doug Hoyte
2023-02-08 13:26:32 -05:00
parent 679d3834e4
commit fd0caaad66
4 changed files with 248 additions and 28 deletions

View File

@ -1,9 +1,9 @@
#!/usr/bin/env perl
use JSON::XS;
use strict;
use JSON::XS;
binmode(STDOUT, ":utf8");
my $filterJson = shift || die "need filter";