_json.pyi 68 B

123
  1. def loads(json_str: str) -> any: ...
  2. def dumps(d: any) -> str: ...