JQ - JSON Processor #
jq is a lightweight and flexible command-line JSON processor.
https://stedolan.github.io/jq/
JQ cheat sheet #
https://lzone.de/cheat-sheet/jq
How to remove double quotes from start and end of lines using JQ #
Use the -r (or –raw-output) option to emit raw strings as output:
jq -r '.name' <json.txt