mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-04-27 22:26:21 -04:00

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.