2023-06-18 00:03:16 +08:00

4 lines
68 B
Python

def loads(json_str: str) -> any: ...
def dumps(d: any) -> str: ...