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

support SetEscapeHTML options #37

Open eleztian opened 1 year ago

eleztian commented 1 year ago

Do you hope to support configuring the json SetEscapeHTML option? The json library enables EscapeHTML by default.

grateful

rkettelerij commented 2 months ago

See #45