Subject: | mention just use json_xs to pretty print |
Hi, a Debian user ask for the following:
At
$pretty_printed = $json->pretty->encode( $perl_scalar ); # pretty-printing
mention "or just use the command line json_xs(1)".
Or else one has to read
http://stackoverflow.com/questions/352098/how-to-pretty-print-json-script
to figure out how to do it, as the man page isn't clear what one needs
for $ perl -nwle .... to get the same effect.