Guest User

Untitled

a guest
Feb 15th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. with open(file, "w", encoding="utf8") as f:
  2. json.dump(js_obj, f, indent=4, separators=(',', ': '))
Add Comment
Please, Sign In to add comment