1
0

cjson.pyi 79 B

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