We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7786c commit 92ba4b7Copy full SHA for 92ba4b7
stubs/ujson/METADATA.toml
@@ -1 +1 @@
1
-version = "4.2.*"
+version = "5.2.*"
stubs/ujson/ujson.pyi
@@ -33,3 +33,5 @@ def dump(
33
def decode(s: AnyStr, precise_float: bool = ...) -> Any: ...
34
def loads(s: AnyStr, precise_float: bool = ...) -> Any: ...
35
def load(fp: IO[AnyStr], precise_float: bool = ...) -> Any: ...
36
+
37
+class JSONDecodeError(ValueError): ...
0 commit comments