We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ac38d commit 3e5c562Copy full SHA for 3e5c562
1 file changed
src/apify_client/_types.py
@@ -4,7 +4,7 @@
4
from dataclasses import dataclass, field
5
from typing import Any, Generic, TypeVar
6
7
-JSONSerializable = str | int | float | bool | None | dict[str, Any] | list[Any]
+JsonSerializable = str | int | float | bool | None | dict[str, Any] | list[Any]
8
"""Type for representing json-serializable values. It's close enough to the real thing supported by json.parse.
9
It was suggested in a discussion with (and approved by) Guido van Rossum, so I'd consider it correct enough.
10
"""
0 commit comments