hug
hug copied to clipboard
Properly support ujson
ujson
isn't in any of our testing environments, but has declared support, and is part of the requirements/development.txt
file. It's currently breaking the dev environment.
We should
- Add
ujson
to our CI testing - Fix our unittests for
ujson
. We might have to decorate pytests to handle specific ujson behavior, because it seems to have slightly different defaults than other json serializers.
Another option would be to ujson support altogether. Open for discussion