1
Fork 0
serde_sjson/CHANGELOG.adoc
Lucas Schwiderski 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

345 B

Changelog

[Unreleased]

  • fix deserialization failing on arrays and objects in some cases

[v0.2.1] - 2022-12-28

Fixed

  • fix serializing Unicode

[v0.2.0] - 2022-11-25

Added

  • parsing & deserialization

[v0.1.0] - 2022-11-18

Added

  • initial release

  • serialization