fork(10) download
  1. # -*- coding: utf-8 -*-
  2. import json
  3. d = json.loads(u'''{"title": "\u05d9\u05d7\u05e4\u05d9\u05dd"}''')
  4. print d['title'].encode('utf-8') # -> יחפים
  5.  
Success #stdin #stdout 0.03s 6736KB
stdin
Standard input is empty
stdout
יחפים