Guest User

Untitled

a guest
Dec 11th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. with open(file_path) as f:
  2. for line in f:
  3. j_content = json.loads(line)
Add Comment
Please, Sign In to add comment