jq: output array of json objects

Say I have the input: { "name": "John", "email": "john@company.com" } { "name": "Brad", "email": "brad@company.com" } How do I get the output: [ { "name": "John", ...