Strings containing backslashes are not properly escaped during serialization #7
Labels
No labels
kind/bug
kind/enhancement
kind/feature
part/deserialize
part/parser
part/serialize
stage/actionable
stage/design
stage/proposal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lucas/serde_sjson#7
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A string like
scripts/mods/test\new
will be serialized verbatim, at which point the\
will be escaping then
, turning it into a newline.