1
Fork 0

Invalid characters are parsed into unquoted strings #8

Closed
opened 2023-03-03 17:45:17 +01:00 by lucas · 0 comments
Owner

: 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.

`:` 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`.
lucas added the
stage/actionable
kind/bug
part/serialize
labels 2023-03-03 17:45:17 +01:00
lucas closed this issue 2023-03-03 17:52:28 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lucas/serde_sjson#8
No description provided.