Ten command line tools for manipulate JSON arrays

It’s not a mystery: raw JSON it’s not really readable! So, when you need to process a JSON array from command line, it’s a good idea using some helpful tools. Here my own shortlist of command line tools for JSON manipulation. validjson Command line tool to validate JSON syntax of input files. Example $ validjson…

Article Link: https://andreafortuna.org/programming/ten-command-line-tools-for-manipulate-json-arrays/