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 0c7e54f commit 24b7109Copy full SHA for 24b7109
tipg/resources/response.py
@@ -15,6 +15,7 @@ def default(obj):
15
16
17
def orjsonDumps(content: Any):
18
+ """Small wrapper function to run the orjson.dumps with the additional options we want"""
19
return orjson.dumps(
20
content,
21
default=default,
0 commit comments