unsafely: Extended JSON marshaling for Go

Announcing our first open-source Go library, "unsafely": https://github.com/outriggerlabs/unsafely

Unsafely is a library with "unsafe" tools for testing. Not intended for production! 😅

The first tool is extended JSON marshaling and unmarshaling, supporting unexported fields, interfaces, non-primitive map keys and pointer reference tracking.

Example of marshaling and unmarshaling unexported values in Go.

We're hoping it will help you explore structs, build golden examples and investigate changing internals, and create loadable states for faster tests!