Select non-null fields jq

Filter array elements where value is not null

jq '[.[] | select(.value != null)]' data.json
#jq