3 lines
38 B
Python
Raw Normal View History

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