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 f75c97d commit e92db90Copy full SHA for e92db90
pandas/io/json/_json.py
@@ -153,7 +153,7 @@ def to_json(
153
indent: int = 0,
154
storage_options: StorageOptions | None = None,
155
mode: Literal["a", "w"] = "w",
156
- escape_forward_slashes: Literal[True, False] = Literal[True],
+ escape_forward_slashes: Literal[True, False] = True,
157
) -> str | None:
158
if orient in ["records", "values"] and index is True:
159
raise ValueError(
0 commit comments