mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 21:01:10 +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
|
||||
.loads: (s: Str,) -> Obj
|
||||
|
||||
.JsonDecoder: ClassType
|
||||
.JsonEncoder: ClassType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue