typeddjango / djangorestframework-stubs

PEP-484 stubs for django-rest-framework
MIT License
452 stars 118 forks source link

Add type hints to JSON utility methods in `rest_framework.utils` #633

Closed DongwookKim0823 closed 5 months ago

DongwookKim0823 commented 5 months ago

I have made things!

This pull request adds type hints to the JSON utility methods in the rest_framework.utils.json module. The changes include specifying the types for dump, dumps, load, and loads methods. This enhancement improves code readability and provides better support for static type checkers.