Skip to content

Instantly share code, notes, and snippets.

@miracleyoo
Last active December 12, 2019 03:56
Show Gist options
  • Save miracleyoo/2fbbaa063ddd9cd57ae92428ab446301 to your computer and use it in GitHub Desktop.
Save miracleyoo/2fbbaa063ddd9cd57ae92428ab446301 to your computer and use it in GitHub Desktop.
[read jsonl] #python
with open(file_path) as f:
for line in f:
j_content = json.loads(line)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment