Select a value from a JSON object and don't print the results that are null
jq -r '.firstName | select( . != null )' file.json