wk8 / go-ordered-map

Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.
Apache License 2.0
534 stars 40 forks source link

Adding support for JSON serialization/deserialization #16

Closed wk8 closed 1 year ago

wk8 commented 1 year ago

Thanks @Albert221 for the original PR #14 :)