Skip to content

Fix 7998 json escape double quotes#3031

Merged
elianddb merged 7 commits intomainfrom
elianddb/fix-7998-json-escape-double-quotes
Jun 13, 2025
Merged

Fix 7998 json escape double quotes#3031
elianddb merged 7 commits intomainfrom
elianddb/fix-7998-json-escape-double-quotes

Conversation

@elianddb
Copy link
Copy Markdown
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
Copy Markdown
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
@Hydrocharged Hydrocharged deleted the elianddb/fix-7998-json-escape-double-quotes branch December 17, 2025 07:31
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