mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 13:11:11 +00:00
Update json.d.er
This commit is contained in:
parent
991962243a
commit
4b58f0ee5b
1 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
||||||
|
.dump: (obj: Obj, fp: FileLike!) -> Str
|
||||||
|
.dumps: (obj: Obj,) -> Str
|
||||||
.load: (fp: File!,) -> Obj
|
.load: (fp: File!,) -> Obj
|
||||||
.loads: (s: Str,) -> Obj
|
.loads: (s: Str,) -> Obj
|
||||||
|
|
||||||
|
.JsonDecoder: ClassType
|
||||||
|
.JsonEncoder: ClassType
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue