Fzf Search JSON Data
JSON is a ubiquitous data format and searching for content in JSON will come up often enough to warrant a real-time search functionality. jq can be used to query json and fzf can be combined with this tool to fulfill our JSON search capabilities.
Start fzf with jq
echo '' | fzf --preview "jq {q} < us-data.json.json"