serde-json-core v0.5.1
Added
- Support for serializing tuple structs. These are serialized as JSON arrays, which matches serde_json behaviour.
SerializerandDeserializerare now pub.- Added pub
Serializer::end()andDeserializer::end().
Changed
- Increase MSRV to 1.56.0 to work around dependency-MSRV issues (see #72)