jettison v0.4.0 Release Notes

Release Date: 2019-10-18 // over 4 years ago
    • ➕ Add the Marshaler interface. Types that implements it can write a JSON representation of themselves to a Writer directly, to avoid having to allocate a buffer as they would usually do when using the json.Marshaler interface.