Sourced from serde_json's releases.
v1.0.102
- Add a way to customize the serialization of byte arrays (#1039)
v1.0.101
- Allow f32 and f64 as keys in maps (#1027, thanks
@​overdrivenpotato
)
658689d
Release 1.0.10242dbd00
Merge pull request #1039
from dtolnay/writebytearraya1ca32a
Factor out byte array serialization to a new Formatter method857b010
Inline Serializer::serialize_u8 into serialize_bytes6ad5495
Inline u8::serialize into serialize_bytes44b4a6c
Simplify serialize_bytes0e2c949
Inline SerializeSeq::end into serialize_bytes1b72f2b
Inline SerializeSeq::serialize_element into serialize_bytes55a7f5c
Inline Serializer::serialize_seq into serialize_bytes3ddda75
Format PR 1037 with rustfmt