Invalid characters are parsed into unquoted strings #8
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#8
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?
:
is not a valid character in unquoted strings, but it still serialized as such.E.g.
time::serde::iso8601::serialize
produces+002023-03-03T16:42:33.944311860Z
.