You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the JSON decoding part is at least as interesting as the encoding part (because it's faster and rejects single surrogates as invalid). So it's great you move off drf-ujson-renderer for a name. However the descriptions have not caught up yet: On the GitHub repo, on PyPI and in the readme. I propose these changes:
--- Django Rest Framework UJSON Renderer+++ Django Rest Framework UJSON Parser and Renderer--- Django Rest Framework renderer using ujson+++ Django Rest Framework JSON parser and renderer using ujson--- New repo for forked from https://github.com/Amertz08/drf-ujson-renderer+++ JSON parser and renderer using ujson for Django Rest Framework
Hi!
I think the JSON decoding part is at least as interesting as the encoding part (because it's faster and rejects single surrogates as invalid). So it's great you move off
drf-ujson-renderer
for a name. However the descriptions have not caught up yet: On the GitHub repo, on PyPI and in the readme. I propose these changes:PS: This page I created today may be of interest: https://djangopackages.org/grids/g/drf-json-decoder-integration/
The text was updated successfully, but these errors were encountered: