Skip to content

serde-json-core v0.5.1

Compare
Choose a tag to compare
@ryan-summers ryan-summers released this 26 Jul 10:22
· 40 commits to master since this release

Added

  • Support for serializing tuple structs. These are serialized as JSON arrays, which matches serde_json behaviour.
  • Serializer and Deserializer are now pub.
  • Added pub Serializer::end() and Deserializer::end().

Changed

  • Increase MSRV to 1.56.0 to work around dependency-MSRV issues (see #72)