diff --git a/NetUtils.py b/NetUtils.py index 17f7f65d72..6cf3ab6d41 100644 --- a/NetUtils.py +++ b/NetUtils.py @@ -96,6 +96,7 @@ def _scan_for_TypedTuples(obj: typing.Any) -> typing.Any: _encode = JSONEncoder( ensure_ascii=False, check_circular=False, + separators=(',', ':'), ).encode