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

feat: allow user to disable HTML escaping when marshalling to JSON. #45

Open rkettelerij opened 2 months ago

rkettelerij commented 2 months ago

Fixes https://github.com/wk8/go-ordered-map/issues/37

rkettelerij commented 2 months ago

@wk8 would be great to get this merged. Fixes #37 as reported by another user. If you have any comments let me know.