Answers for "terminal read json file"

0

terminal read json file

#install jq to read/process json file, and run the following
jq . filename.json

#filter complex json file with jq and grep
jq . filename.json | grep "text_string"
Posted by: Guest on August-31-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language