cjson.pyi 73 B

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