Switch rest to use the json helper (#73867)

This commit is contained in:
J. Nick Koston
2022-06-22 20:12:48 -05:00
committed by GitHub
parent 33c263d09b
commit ab30d38469
2 changed files with 6 additions and 3 deletions

View File

@ -86,4 +86,7 @@ def json_dumps(data: Any) -> str:
).decode("utf-8")
json_loads = orjson.loads
JSON_DUMP: Final = json_dumps