steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 100 forks source link

Python 2.7 compat layer for Types.JsonObj #208

Closed cyon1c closed 6 years ago

cyon1c commented 6 years ago

types.JsonObj would occasionally generate unicode data due to the functionality of json.loads. The compat_json method was pulled from this stackoverflow question. This is a crucial fix for Python 2.7 support.