2023-10-15 23:57:13 +08:00

3 lines
73 B
Python

def loads(string: str) -> object: ...
def dumps(obj: object) -> str: ...