Open
Description
"\"foo\""
needs to be deserialized into a heap allocated string first and then parsed further.
#318 gives one alternative to the allocation by rewriting the original input.
If the input cannot be modified, another alternative would be to allow deserialize_seq
to produce a sequence of characters or bytes instead of going straight for the string.