json-rust v0.11.5 Release Notes

Release Date: 2017-01-21 // over 7 years ago
    • Object struct now implements Index and IndexMut on it's own. Thanks to @hobofan for #105.
    • 🛠 Fixed a rare SIGSEGV that could occur during serialization or iteration over objects due to invalid lifetimes being applied on unsafe code. Reduced the amount of unsafe code around to increase maintainability of the project, more to come.