python -m json.tool my_json.json
2. Read how many words in a line:
echo "abc,def,ghi" | tr ',' ' ' | wc