hug icon indicating copy to clipboard operation
hug copied to clipboard

Properly support ujson

Open jay-tyler opened this issue 5 years ago • 0 comments

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

  1. Add ujson to our CI testing
  2. 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

jay-tyler avatar Feb 12 '20 06:02 jay-tyler