1
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
81896339a3
fix(parser): Support backslashes in delimited strings
Fixes #2.
2023-02-24 11:15:17 +01:00
5a367bc478
fix: Fix deserializing arrays and structs
I'm still not sure when `deserialize_any` is called over one of the
specific variants, but it seems like I do have do make `deserialize_any`
aware of all value types.

Fixes #1.
2023-02-18 18:28:44 +01:00
d4ea35d273
feat: Implement deserialization 2022-11-25 16:08:58 +01:00