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.
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 fordump
,dumps
,load
, andloads
methods. This enhancement improves code readability and provides better support for static type checkers.