cat input.tsv | jq --raw-input --slurp 'split(" ") | map(split(" ")) | .[0:-1] | map( { "id": .[0], "ip": .[1] } )'