erg/compiler/erg_compiler/lib/pystd/json.d.er
Shunsuke Shibayama 4b58f0ee5b Update json.d.er
2022-10-22 21:41:49 +09:00

7 lines
168 B
Python

.dump: (obj: Obj, fp: FileLike!) -> Str
.dumps: (obj: Obj,) -> Str
.load: (fp: File!,) -> Obj
.loads: (s: Str,) -> Obj
.JsonDecoder: ClassType
.JsonEncoder: ClassType