v0.5.0
Initial Release
An alternative generic ordered map in Go with JSON serialization/deserialization support.
Features
- Generic OrderedMap: OrderedMap[K comparable, V any] that preserves insertion order of keys
- JSON Support: Implements json.Marshaler and json.Unmarshaler interfaces while maintaining key order
Requirements
- Go 1.23+
Full Changelog: https://github.com/kazamori/orderedmap/commits/v0.5.0