json-rust v0.11.4 Release Notes

Release Date: 2017-01-02 // over 7 years ago
    • 👀 To allow for custom implementators of From<T> for JsonValue to benefit from automatic conversions, the trait implementations are now using generics instead of macros internally (see #101).