Closed cyon1c closed 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.
types.JsonObj
json.loads
compat_json
types.JsonObj
would occasionally generate unicode data due to the functionality ofjson.loads
. Thecompat_json
method was pulled from this stackoverflow question. This is a crucial fix for Python 2.7 support.