Python 2.7.16 (default, May 8 2021, 11:48:02) >>> import json >>> json.loads('{"a" : "b" }') {u'a': u'b'}