📝 Create `json_dumps` internal helper (#383)
We have to dump
json in some internal places of our code:django-modern-rest/django_modern_rest/openapi/renderers/base.py
Lines 16 to 31 in 9e6132e
But, right now we don't use
msgspec there if it is available. But, we should :)So, let's create a new
internal/json file and make a helper there. Then use it in base.py#enhancement #good_first_issue #help_wanted #django_modern_rest
sent via relator