We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ec5fc commit 30f1a00Copy full SHA for 30f1a00
1 file changed
orjson.pyi
@@ -1,9 +1,7 @@
1
from typing import Any, Callable, Optional, Union
2
3
def dumps(obj: Any, default=Optional[Callable[Any]]) -> bytes: ...
4
-
5
def loads(obj: Union[bytes, str]) -> Union[dict, list, int, float, str, None]: ...
6
7
class JSONDecodeError(ValueError): ...
8
9
class JSONEncodeError(TypeError): ...
0 commit comments