def loads(data: str | bytes) -> object: ... def dumps(obj: object) -> str: ...