Changeset - 58b6e4cd6fe9
default
0
15
0
Grafted from: d6c192808c3d
lib: clean up ext_json and how it is used - avoid monkey patching
Note that py3 json.dumps will return ASCII (with all unicode escaped) encoded
as str. But we generally want JSON as bytes (which json.loads also can read),
so also wrap the result with ascii_bytes in many places.
Note that py3 json.dumps will return ASCII (with all unicode escaped) encoded
as str. But we generally want JSON as bytes (which json.loads also can read),
so also wrap the result with ascii_bytes in many places.
15 files changed with 94 insertions and 95 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)