Comment on Parsing JSON in Forty Lines of AwkparentComments−heresie-dabord1yUsing the Perl module JSON::PP, the programme json_pp is installed.The following command is handy for grepping the output: cat mydata.json | json_pp
Comments
Using the Perl module JSON::PP, the programme json_pp is installed.
The following command is handy for grepping the output: