Files @ 58b6e4cd6fe9
Branch filter:

Location: kallithea/docs/readme.rst

Mads Kiilerich
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.
1
2
3
.. _readme:

.. include:: ./../README.rst