4 lines
68 B
Python
Raw Normal View History

def loads(json_str: str) -> any: ...
2023-06-18 00:03:16 +08:00
def dumps(d: any) -> str: ...