Skip to content

v0.5.0

Choose a tag to compare

@t2y t2y released this 21 Dec 03:56
· 8 commits to main since this release

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