mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
ujson: add JSONDecodeError (#7988)
This commit is contained in:
@@ -1 +1 @@
|
||||
version = "4.2.*"
|
||||
version = "5.2.*"
|
||||
|
||||
@@ -33,3 +33,5 @@ def dump(
|
||||
def decode(s: AnyStr, precise_float: bool = ...) -> Any: ...
|
||||
def loads(s: AnyStr, precise_float: bool = ...) -> Any: ...
|
||||
def load(fp: IO[AnyStr], precise_float: bool = ...) -> Any: ...
|
||||
|
||||
class JSONDecodeError(ValueError): ...
|
||||
|
||||
Reference in New Issue
Block a user