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