We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770312e commit b9fce59Copy full SHA for b9fce59
biothings/utils/serializer.py
@@ -44,8 +44,6 @@ def to_json(data, indent=False, sort_keys=False, return_bytes=False):
44
45
return byte_dump.decode()
46
47
- # return orjson.dumps(data, default=orjson_default, option=option).decode()
48
-
49
50
def to_json_file(data, fobj, indent=False, sort_keys=False):
51
json_str = to_json(data, indent=indent, sort_keys=sort_keys)
0 commit comments