-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue with std.json incorrectly replacing forward slashes with a backslash #5167
Conversation
Sorry about all of the clutter, didn't properly cherry-pick the changes. |
Please add a test. You should be able to |
Messed this pull request up really bad, I'm gonna just make a new one at this point and properly cherrypick the changes. |
please don't! just force push to your branch |
Sorry, I'm new to this Git Pull Request stuff, so I have no idea how to fix this. |
Assuming that this repository is your
|
daurnimator, you are my hero! Thank you so much for your help! :) |
Thank you @SuperAuguste! |
std.json
incorrectly replaced/
with a\
, this pull request fixes that.