Files
@ c796b6bdd532
Branch filter:
Location: kallithea/kallithea/lib/ext_json.py
c796b6bdd532
2.2 KiB
text/x-python
json: drop simplejson fallback and just use stdlib
The performance gain from using simplejson is questionable and undocumented for
our use. Keep it simple.
The performance gain from using simplejson is questionable and undocumented for
our use. Keep it simple.