dmeranda / demjson

Python module for JSON data encoding, including jsonlint. See the project Wiki here on Github. Also read the README at the bottom of this page, or the project homepage at
http://deron.meranda.us/python/demjson/
Other
302 stars 76 forks source link

demjson.JSONDecodeError: ('Bad number', '.') #37

Open PyVilli opened 3 years ago

PyVilli commented 3 years ago

js_obj = """{ userInfo: { id: 0, userName: '', avatarUrl: '', isPgc: false, isOwner: false } } """ 如何实现转换?