2023-10-31 21:34:30 +08:00

3 lines
79 B
Python

def loads(data: str | bytes) -> object: ...
def dumps(obj: object) -> str: ...