Guest User

Untitled

a guest
Dec 13th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. with codecs.open('file.json', encoding='utf-8') as f:
  2. data = json.load(f, encoding='utf-8')
  3.  
  4. [u'version']:u'1.2.3.4'
Add Comment
Please, Sign In to add comment