json v1.0.60 Release Notes

Release Date: 2020-12-02 // over 3 years ago
    • ➕ Add impl FromIterator<(impl Into<String>, impl Into<Value>)> for Value, which collects a Value::Object (#733, thanks @matklad)

Previous changes from v1.0.58

    • 🚚 Add serde_json::Map::remove_entry, matching the equivalent API on BTreeMap