v1.0.1
-
Fix deserialization of maps with non-string keys (#311)
For example
{"1":"one"}can be serialized and deserialized asBTreeMap<i32, String>.
Fix deserialization of maps with non-string keys (#311)
For example {"1":"one"} can be serialized and deserialized as BTreeMap<i32, String>.