Merge "FIX handling json data with multibyte characters"
This commit is contained in:
commit
91469d6ebf
@ -53,7 +53,7 @@ def as_json(data, **kwargs):
|
||||
|
||||
data = json.dumps(data, **kwargs)
|
||||
|
||||
return data.encode(ENCODING)
|
||||
return data
|
||||
|
||||
|
||||
@_try_catch
|
||||
|
Loading…
x
Reference in New Issue
Block a user