mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-14 10:41:21 -05:00
![Richard van der Hoff](/assets/img/avatar_default.png)
using json.dumps with custom options requires us to create a new JSONEncoder on each call. It's more efficient to create one upfront and reuse it.