C<catmandu>:
catmandu convert PNX to JSON --fix myfixes.txt < data/pnx.xml > data/pnx.json
catmandu convert JSON to PNX --fix myfixes.txt < data/pnx.json > data/pnx.xml
See documentation of mo
) exporter
=head1 SYNOPSIS
# From the commandline
$ catmandu convert JSON --fix myfixes to PNX < /tmp/data.json
# From Perl
use Catmandu;
# Print to STDOUT
my $exporter =