function read (path, options) {
  return parse(fs.createReadStream(path, options), Object.assign({}, options, { ndjson: false }))
}