Skip to content

Conversation

@u7955901
Copy link

Added code in the to_json() function in pandas/io/json/__json.py file.
Will replace escaped forward slashes with forward slashes if escape_forward_slashes parameter is set to False.
Particularly useful for file paths, so the path doesn't get changed.

@u7955901
Copy link
Author

pre-commit.ci autofix

@u7955901
Copy link
Author

Hi, the test for Pandas for Pyodide is failing, I'm not sure why because the parts of the repository it relates to I haven't changed. Is this an issue that requires changes in my code to fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ENH: add option to save json without escaping forward slashes

2 participants