We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215248c commit ea894cdCopy full SHA for ea894cd
rest_framework/utils/json.py
@@ -1,3 +1,10 @@
1
+"""
2
+Wrapper for the builtin json module that ensures compliance with the JSON spec.
3
+
4
+REST framework should always import this wrapper module in order to maintain
5
+spec-compliant encoding/decoding. Support for non-standard features should be
6
+handled by users at the renderer and parser layer.
7
8
9
from __future__ import absolute_import
10
0 commit comments