v0.2.0
What's Changed
- Greatly improve performance when logging JSON objects (i.e. never run on the hot path the standard library's
json.Unmarshal()
). - Do not panic on marshaling errors.
Full Changelog: v0.1.1...v0.2.0
json.Unmarshal()
).Full Changelog: v0.1.1...v0.2.0