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 d5d0934 commit cd172a6Copy full SHA for cd172a6
azure/functions/_jsonutils.py
@@ -10,6 +10,8 @@
10
and the standard `json` libraries, falling back to the standard library
11
if `orjson` is not available (installed).
12
"""
13
+
14
15
class JsonInterface(ABC):
16
@abstractmethod
17
def dumps(self, obj: Any, **kwargs: Any) -> str:
0 commit comments