When you to view/edit a large json file on the unix command line you can use the jq
tool
pkg install jq
It can be used to pretty-print json
jq . file.json
Or to perform queries on it. (https://stedolan.github.io/jq/manual/)
When you to view/edit a large json file on the unix command line you can use the jq
tool
pkg install jq
It can be used to pretty-print json
jq . file.json
Or to perform queries on it. (https://stedolan.github.io/jq/manual/)