Skip to content

Fix 7998 json escape double quotes #3031

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

Merged
merged 7 commits into from
Jun 13, 2025

Conversation

elianddb
Copy link
Contributor

@elianddb elianddb commented Jun 13, 2025

Key write now uses same recursive call to writeMarshalledValue() as value under json_encode.go
Fixes: dolthub/dolt#7998

Copy link
Contributor

@nicktobey nicktobey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We include PR titles in our auto-generated release notes. The title should be slightly more descriptive of the problem, so that someone reading the release notes can understand what is being changed.

We can connect this PR with the issue it fixes by commenting "Fixes #7998" in the PR comments. Oh wait I see you already did that.

@elianddb elianddb merged commit 8dd259f into main Jun 13, 2025
10 of 11 checks passed
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.

Casting json to string doesn't escape double quotes in keys/values
2 participants