global

def parse_ndjson_file(path)

def parse_ndjson_file(path)
  parse_ndjson(File.read(path))
end